Python第二课-输入输出

python学习网 2019-09-11 00:35:03

name = input()

输入的字符串已经赋值给变量name

print()

输出内容

 

print(,) print中,连接字符串相当于空格

 

阅读(1994) 评论(0)