ncc/tests/example_project/scripts/unit.py3

3 lines
78 B
Text
Raw Permalink Normal View History

2022-12-07 21:17:25 -05:00
print('Hello World!')
name = input('What is your name? ')
print('Hello', name)