Commit 0275ef92 by BellCodeEditor

save project

parent 25c0ce51
Showing with 15 additions and 0 deletions
import random
k=0
c=0
v=0
for i in range(3000):
x=random.randint(8,10)
if x==8:
k+=1
if x==9:
c+=1
if x==10:
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