Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def ac():
|
|
54 |
print("Passing")
|
55 |
pass
|
56 |
return t
|
57 |
-
def im_fn(put,fac="",val,h=None):
|
58 |
if h == o:
|
59 |
if int(val) != 0:
|
60 |
rn = random.randint(0, 19)
|
|
|
54 |
print("Passing")
|
55 |
pass
|
56 |
return t
|
57 |
+
def im_fn(put,fac="",val=None,h=None):
|
58 |
if h == o:
|
59 |
if int(val) != 0:
|
60 |
rn = random.randint(0, 19)
|