Commit
·
d2671de
1
Parent(s):
cdbbd97
Update functions.py
Browse files- functions.py +2 -5
functions.py
CHANGED
@@ -24,12 +24,9 @@ for fun in functions1:
|
|
24 |
|
25 |
|
26 |
|
27 |
-
print(BACKEND)
|
28 |
-
print(FRONTEND)
|
29 |
-
|
30 |
-
|
31 |
|
32 |
-
|
33 |
print(num)
|
34 |
|
35 |
f = open("FUNCTIONS_BACKEND.txt",'w',encoding="utf-8")
|
|
|
24 |
|
25 |
|
26 |
|
27 |
+
# print(BACKEND)
|
28 |
+
# print(FRONTEND)
|
|
|
|
|
29 |
|
|
|
30 |
print(num)
|
31 |
|
32 |
f = open("FUNCTIONS_BACKEND.txt",'w',encoding="utf-8")
|