题解 | #读入字符串#
读入字符串
https://www.nowcoder.com/practice/db20629d4e4345c980437b38e92f8ee2
import sys str = sys.stdin.readline() print(str)
读入字符串
https://www.nowcoder.com/practice/db20629d4e4345c980437b38e92f8ee2
import sys str = sys.stdin.readline() print(str)
相关推荐