8000 Fix typo · LuukJans/python-basics-exercises@62653b8 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0