测试积点老人 发表于 2019-2-26 10:45:38

mac版sublime text,求大神帮忙看一下哪出问题了?编完后使用不了repl

promt = "\nTell me something, and I will repeat it back to you:"
promt += "\nEnter 'quit' to end the program. "message = ""
while message != 'quit':
message = input(promt)if message != 'quit':
    print(message)

qqq911 发表于 2019-2-27 10:43:11

逻辑有问题

jingzizx 发表于 2019-2-27 12:29:53

逐步打印日志,单步跳转

abcsell 发表于 2019-2-27 17:18:03

其他地方没检查吗?有没有报错信息
页: [1]
查看完整版本: mac版sublime text,求大神帮忙看一下哪出问题了?编完后使用不了repl