Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ def add2List(num):
|
|
5 |
aList = []
|
6 |
bList = []
|
7 |
num = int(num)
|
8 |
-
for i in range(
|
9 |
r = rd.randint(1,100)
|
10 |
aList.append(r)
|
11 |
bList.append(r)
|
|
|
5 |
aList = []
|
6 |
bList = []
|
7 |
num = int(num)
|
8 |
+
for i in range(num):
|
9 |
r = rd.randint(1,100)
|
10 |
aList.append(r)
|
11 |
bList.append(r)
|