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')
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
网友评论