8000 Update 6-working-with-strings-and-numbers.py · pbt001/python-basics-exercises@6227709 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6227709

Browse files
authored
Update 6-working-with-strings-and-numbers.py
1 parent 9e9bddb commit 6227709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
my_int = 3
2727
print(my_string + str(my_int))
2828

29+
2930
# Exercise 4
3031
# Get two numbers from the user, multiple them,
3132
# and display the result

0 commit comments

Comments
 (0)
0