We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02375f commit ce5758eCopy full SHA for ce5758e
exercises/01.3-Print-the-last-one/app.py
@@ -1,6 +1,5 @@
1
import random
2
3
-
4
def generate_random_list():
5
aux_list = []
6
randonlength = random.randint(1, 100)
@@ -11,4 +10,4 @@ def generate_random_list():
11
10
return aux_list
12
my_stupid_list = generate_random_list()
13
14
-#Feel happy to write the code below, good luck:
+# Feel happy to write the code below this comment, good luck!:
0 commit comments