Commit 033ffa3d by BellCodeEditor

auto save

parent adaf6f8a
Showing with 1 additions and 0 deletions
import random import random
alist = [] alist = []
for i in range(1, 101): for i in range(1, 101):
alist.append(i) alist.append(i)
num = random.choice(alist) num = random.choice(alist)
......
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