Skip to content

Commit 09c45ac

Browse files
authored
Format Document
1 parent 5fdaba0 commit 09c45ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Add two numbers.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# User pick two numbers to sum
32

43
num1 = float(input("Number 1:"))
@@ -8,4 +7,4 @@
87
sum = num1 + num2
98

109
# Display the sum
11-
print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
10+
print("The sum of {0} and {1} is {2}".format(num1, num2, sum))

0 commit comments

Comments
 (0)