Commit 57da568d by BellCodeEditor

save project

parent 05e7d622
def say():
print('1:你个莎士比没有士')
say()
print('2:fuck you!!!')
\ No newline at end of file
++ "b/demo\343\200\202py"
def new_input():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
unit = int(unit)
total.append(unit)
return total
result = new_input()
print(result)
\ No newline at end of file
import demo
print('1:你才是傻逼')
\ 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