Skip to content

Commit 62653b8

Browse files
authored
Fix typo
1 parent 41a4fde commit 62653b8

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
@@ -28,7 +28,7 @@
2828

2929

3030
# Exercise 4
31-
# Get two numbers from the user, multiple them,
31+
# Get two numbers from the user, multiply them,
3232
# and display the result
3333
a = input("Enter a number: ")
3434
b = input("Enter another number: ")

0 commit comments

Comments
 (0)