Commit 6072fc6c by BellCodeEditor

save project

parent 0275ef92
Showing with 3 additions and 2 deletions
......@@ -6,9 +6,9 @@ for i in range(3000):
x=random.randint(8,10)
if x==8:
k+=1
if x==9:
elif x==9:
c+=1
if x==10:
else:
v+=1
print(k,c,v)
\ 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