Commit 7a44450c by BellCodeEditor

save project

parent 2fc2dc16
Showing with 2 additions and 2 deletions
import random import random
a = random.randint(2,5) a = random.randint(2,5)
print(a) b=[1,2,3,4,5]
\ No newline at end of file print(random.choice(b))
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