Commit c26a45f0 by BellCodeEditor

save project

parent a7ed1f27
Showing with 6 additions and 17 deletions
import random import turtle
key_list="" screen=turtle.Screen
list=[1,2,3,4] screen.bgcolor ("light blue")
for i in list: pen=turtle.Pen()
str1=i pen.penup()
str2=random.choice(list) pen.goto(100,-100)
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