Commit 94ee7105 by BellCodeEditor

save project

parent fa15d3f7
Showing with 11 additions and 2 deletions
print("hello world") print("hello world")
word = "操你妈" word = "操你妈"
sb = "fuck" sb = "fuck"
print(word+sb) print(word+sb)
\ No newline at end of file h="get home andthen eat some shpit"
print(h)
\ No newline at end of file
import turtle
pen = turtle.Pen()
for i in range(4):
pen.forward(1000000)
pen.right(90)
turtle.done()
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