Lesson1
This commit is contained in:
parent
71d8a35191
commit
a798ba913a
3
PythonBasic/Lesson1/input_output.py
Normal file
3
PythonBasic/Lesson1/input_output.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
print('Lesson ','1','"start"...\n')
|
||||||
|
str = input('Please input your name:\n')
|
||||||
|
print('Your input name is:',str)
|
Loading…
Reference in New Issue
Block a user