Commit aa81c5a5 by BellCodeEditor

save project

parent da0c5208
Showing with 16 additions and 15 deletions
def caidan():
total = []
while True:
try:
unit= int(input("请输入:"))
if unit== 'q':
break
else:
total.append(unit)
except:
print("你就是SB,TMD,非得搞特殊")
print(total)
caidan()
print(total)
\ No newline at end of file
import turtle
pen=turtle.pen()
pen.write(“嗨,诺依~\npython写电子贺卡真是太有趣了~\n我也喜欢python~\n悟空",font=(times",20,"nomal"))
pen.hidetutle()
pan1.tutle.pen()
pan.pancolor("red")
pan1.pensize(5)
pan1.left(45)
pan1.foreard(100)
pan1.circle(50,180)
pen1.right(90)
pan1.circle(50,180)
pan1.foreard(100)
pan1.hidetutle()
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