Commit d9e3aeee by BellCodeEditor

auto save

parent 93d6d019
Showing with 16 additions and 0 deletions
import random
i8=0
i9=0
i10=0
for i in range(3000):
i=random.randint(8,10)
if i == 8:
i8=i8+1
if i == 9:
i9=i9+1
if i ==10:
i10=i10+1
print(i8)
print(i9)
print(i10)
\ 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