你好,我在使用input()输入函数时print打印不出来
你是想这样输出吗:
print(input())
你发一下代码看看正常的是
s = input("请输入字符串:") print(s)
看看你的代码哪里出错误了
有代码么