Skip to content

Commit

Permalink
Update add 2 number.py
Browse files Browse the repository at this point in the history
  • Loading branch information
codeperfectplus committed Jan 28, 2020
1 parent f274404 commit f80c679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python Intermediate/add 2 number.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

#printing values

print("sum of {0} and {1} is {2}".format(num1, num2, sum))
print(f"sum of {num1} and {num2} is {sum}")

0 comments on commit f80c679

Please sign in to comment.