3 lines
109 B
Python
3 lines
109 B
Python
|
print('Lesson ','1','"start"...\n')
|
||
|
str = input('Please input your name:\n')
|
||
|
print('Your input name is:',str)
|