Skip to content

Commit ce5758e

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

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import random
22

3-
43
def generate_random_list():
54
aux_list = []
65
randonlength = random.randint(1, 100)
@@ -11,4 +10,4 @@ def generate_random_list():
1110
return aux_list
1211
my_stupid_list = generate_random_list()
1312

14-
#Feel happy to write the code below, good luck:
13+
# Feel happy to write the code below this comment, good luck!:

0 commit comments

Comments
 (0)