Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,8 @@ def ac():
|
|
50 |
|
51 |
def im_fn(put,fac="",h=None):
|
52 |
if h == o:
|
|
|
|
|
53 |
put = f"{put}{fac}"
|
54 |
fac = f"{fac} "
|
55 |
rn = random.randint(0, 19)
|
|
|
50 |
|
51 |
def im_fn(put,fac="",h=None):
|
52 |
if h == o:
|
53 |
+
if fac==" ":
|
54 |
+
fac=""
|
55 |
put = f"{put}{fac}"
|
56 |
fac = f"{fac} "
|
57 |
rn = random.randint(0, 19)
|