Commit 8cc5be35 by BellCodeEditor

save project

parent cb28d55c
Showing with 21 additions and 8 deletions
a=int(input("请输入A:"))
a=int(input("请输入A:"))
b=int(input("请输入B:"))
c=int(input("请输入C:"))
D=(a+b)*c
print(D)
s=int(input("请输入一个五位数:"))
a=int((s-s%10000)/10000)
b=int(((s-(s%1000))-a*10000)/1000)
c=int(((s-(s%100))-a*10000-b*1000)/100)
d=int(((s%100)-(s%10))/10)
e=int(s%10)
print(e,d,c,b,a)
import turtle
import turtle
zhouchang=random
circle
\ No newline at end of file
a=[]
a=[]
While True:
b=input("请输入菜的价格:")
if a=='q':
break
else:
jiagedan.append(a)
print(jiagedan)
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