Commit 1fa1e7b1 by BellCodeEditor

auto save

parent 9d5c4f59
Showing with 6 additions and 2 deletions
...@@ -13,8 +13,11 @@ for i in message: ...@@ -13,8 +13,11 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
str4=str1+str2+str3 str4=str1+str2+str3
final=final+str4 whatisfact="8y324o4iyf+"
final=final+str4
final2=str(final) final2=str(final)
turtle.write(final2,font=("Times",20)) final3=final2+whatisfact
final4=stri(final3)
turtle.write(final4,font=("Times",10))
turtle.hideturtle() turtle.hideturtle()
turtle.done() turtle.done()
\ 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