Create foo.py

This commit is contained in:
2020-01-20 19:39:02 +01:00
committed by GitHub
parent ca42af26a7
commit 90c5bd866d

4
foo.py Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/usr/python3
print('hello from python')
print('bar')