Commit 2ba9ddbb by BellCodeEditor

save project

parent d2081dc3
Showing with 16 additions and 4 deletions
def hello( name):
c='滚'+name
return c
r=hello('')
print(r)
\ No newline at end of file
......@@ -12,7 +12,13 @@ def ccc():
print('重来!')
else:
total.append(unit)
print(total)
return total
ssssss=ccc()
print(ssssss)
\ No newline at end of file
def hh(a):
c=0
for i in a:
c=c+i
return c
p=ccc()
pa=hh(p)
print(pa)
\ 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