美文网首页
1. Standard input and output

1. Standard input and output

作者: 捕鲸小能手 | 来源:发表于2016-10-14 22:40 被阅读0次
print(2333)
print('hello, world')
print('hello', 'world')

name = input('what\'s your name: ')
print('tell me something about you', name, '\n')
descr = input()
print(descr, 'wow, cool')

相关文章

网友评论

      本文标题:1. Standard input and output

      本文链接:https://www.haomeiwen.com/subject/ezdnyttx.html