Commit d3efbf04 by BellCodeEditor

save project

parent 88a423d6
Showing with 12 additions and 0 deletions
num = input("请输入一个数")
if num == "0" :
print("这个数字是零")
elif num > "0" :
print("这是一个正数")
elif num < "0" :
print("这是一个负数")
import turtle
pen=turtle.Pen()
pen.write("你好呀!",font=("宋体",30,"normal"))
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