Skip to content

Commit de3c179

Browse files
authored
Update app.py
1 parent ce5758e commit de3c179

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.3-Print-the-last-one

1 file changed

+1
-1
lines changed

exercises/01.3-Print-the-last-one/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import random
1+
# import the random package here "import random"
22

33
def generate_random_list():
44
aux_list = []

0 commit comments

Comments
 (0)