fork download
  1. n = input("请输入")
  2. print(n)
Success #stdin #stdout 0.03s 9212KB
stdin
5
stdout
请输入5