Commit 41bc8516 by BellCodeEditor

save project

parent c2959506
Showing with 20 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.hideturtle()
pen.write("山外青山楼外楼,\n唱跳rap打篮球。",font=("Times",30,"normal"))
turtle.done()
\ No newline at end of file
a=str(input("你是谁"))
b=str(input("?"))
if b=wyh:
print("y")
\ No newline at end of file
a=int(input("输入一个数:"))
list=[]
while a!=0:
b=a%16
list.insert(0,b)
a=a//16
print(list)
\ 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