Commit 0feed8d9 by BellCodeEditor

save project

parent 1a092836
Showing with 17 additions and 0 deletions
import random
key_list=""
list=[1,2,3,4]
for i in list:
str1=i
str2=random.choice(list)
str3=random.choice(list)
text=str1+str2+str3
key_list=key_list+text
print(key_list)
\ No newline at end of file
for i in range(1,5):
for g in range(1,5):
for k in range(1,5):
if (i!=k) and (i!=g) and k!=g
print(igk)
\ 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