This commit is contained in:
SXHome 2022-03-19 18:13:00 +08:00
parent 71d8a35191
commit a798ba913a

View File

@ -0,0 +1,3 @@
print('Lesson ','1','"start"...\n')
str = input('Please input your name:\n')
print('Your input name is:',str)