Skip to content

Commit 6329ad0

Browse files
authored
Add missing period to output
1 parent 62653b8 commit 6329ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch04-strings-and-string-methods/6-working-with-strings-and-numbers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
a = input("Enter a number: ")
3434
b = input("Enter another number: ")
3535
product = float(a) * float(b)
36-
print("The product of " + a + " and " + b + " is " + str(product))
36+
print("The product of " + a + " and " + b + " is " + str(product).)

0 commit comments

Comments
 (0)