Skip to content

Commit f622e38

Browse files
authored
Update app.py
1 parent 53cb910 commit f622e38

File tree

1 file changed

+3
-3
lines changed
  • exercises/01.4-Add-item-to-list

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Remember import random function here:
1+
# Remember to import random function here
22

3-
my_list = [4,5,734,43,45]
3+
my_list = [4, 5, 734, 43, 45]
44

5-
#The magic is here:
5+
# The magic goes below

0 commit comments

Comments
 (0)