
Lv.1
popopopopopopopopopopopopopop
签名:popopoppopopopopopopopopopopopopopopopopopopopopopopopopopopopopop
在 【Python教程连续剧--1】一起爬山吗 [doge] 中回复
import turtle
t=turtle
t.color("red")
t.bgcolor("blue")
t.shape("turtle")
t.speed(9)
for x in range(5):
t.forward(100)
t.left(144)2020-08-21T17:12:22 点赞:1
在 【Python教程连续剧--3】超简单文字游戏了解一下?(doge) 中回复
print("我在干什么?")
a=input("1,肝作品 2,看直播")
if a=="1":
print("加油!奥利给!")
elif a=="2":
print("看什么直播?")
a=input("1,官方直播 2,鲤鱼ace")
if a=="1":
print("真好看!")
elif a=="2":
print("***!***!***!")
else:
print("???")
else:print("???")2020-08-21T21:51:33 点赞:2