nongmind commited on
Commit
b8d36a5
1 Parent(s): 6194507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def add2List(num):
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)
12
  bList.sort()
 
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)
12
  bList.sort()