Inthv commited on
Commit
e475f66
·
1 Parent(s): fafcaf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def add2List(num):
5
  aList = []
6
  bList = []
7
  num = int(num)
8
- for i in range(nam):
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)