Commit c26a45f0 by BellCodeEditor

save project

parent a7ed1f27
Showing with 6 additions and 17 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
import turtle
screen=turtle.Screen
screen.bgcolor ("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
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