Commit 1d6e66c0 by BellCodeEditor

save project

parent ff1b9c7a
...@@ -18,6 +18,6 @@ def x(n): ...@@ -18,6 +18,6 @@ def x(n):
for i in n: for i in n:
a+=i a+=i
return a return a
print(x(bendan())) #print(x(bendan()))
from func import *
print(x(bendan()))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment