Commit 11076f66 by BellCodeEditor

save project

parent 6d88eca4
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
\ No newline at end of file
def funk():
print("春晓")
print("春晓不觉晓")
print("处处闻啼鸟")
print("夜来风雨声")
print("花落知多少")
\ No newline at end of file
def add():
def add():
x=5
y=9
print("kljgyudruherirdjej")
return x
print("hdgujnvnbnvccjhnbh")
z=x+y
resuit=add()
print(resuit)
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