
import time
运行=True
print("hello,你好,你sea什么名字?")
名字=input("请输入你(神圣)的name>")
if 名字 == "天气之子":
print("久仰大名,祈场雨呗?")
while 运行:
名字1=input("请输入你的name>")
if 名字1 == "天气之子":
print("重来!")
elif 名字1 != "天气之子":
名字=名字1
print("注册成功")
运行=False


