Commit 0bac2873 by BellCodeEditor

save project

parent 6f8e8098
......@@ -20,4 +20,4 @@ def sum(m):
return count
a=suan_zhang()
b=sum(a)
# print("您一共消费"+str(b)+"元。")
\ No newline at end of file
print("您一共得分"+str(b)+"分。")
\ No newline at end of file
def baba(x,y):
s=x+y
print(s)
baba(3,4)
\ No newline at end of file
def sum(x,y):
s = x+y
return s
result = sum(3,5)
print(result)
\ No newline at end of file
import func
import random
data=func.suan_zhang()
ggg=func.sum()
data
ggg
print("您一共得分"+str(b)+"分.")
\ No newline at end of file
ggg=func.sum(data)
\ 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