Commit 6eaa4525 by BellCodeEditor

save project

parent 03353e39
Showing with 19 additions and 0 deletions
dd={"水电费":11,"无非":33,"分":44}
print(dd)
\ No newline at end of file
import random
t1=0
t2=0
t3=0
for i in range(3000):
x=random.randint(8,10)
if x==8:
t1=t1+1
if x==9:
t2=t2+1
elif x==10:
t3=t3+1
print(t1,t2,t3)
\ 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