Added example ExecutionPolicy files
This commit is contained in:
parent
daa954bd76
commit
388d856503
6 changed files with 24 additions and 0 deletions
3
tests/example_project/scripts/unit.py2
Normal file
3
tests/example_project/scripts/unit.py2
Normal file
|
@ -0,0 +1,3 @@
|
|||
print('Hello World!')
|
||||
name = input('What is your name? ')
|
||||
print('Hello', name)
|
Loading…
Add table
Add a link
Reference in a new issue