Commit 99f46249 by BellCodeEditor

auto save

parent 08f38eb1
......@@ -16,5 +16,4 @@ result=new_input()
print(result)
count=0
for i in result:
count=count+i
count=count+i
\ No newline at end of file
import func
d=new_input()
d=func.new_input()
c=new_input(d)
\ 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