sonobit commited on
Commit
b20ce93
·
1 Parent(s): 89ca893

Update app.py

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