题解 | #读入字符串#
读入字符串
https://www.nowcoder.com/practice/db20629d4e4345c980437b38e92f8ee2
str = input() print(str)
注意要把之前的自带的代码删去。
读入字符串
https://www.nowcoder.com/practice/db20629d4e4345c980437b38e92f8ee2
str = input() print(str)
注意要把之前的自带的代码删去。
相关推荐