add project python-tutorials folder

This commit is contained in:
YuCheng Hu
2020-09-30 14:31:20 -04:00
parent e4ff5dde68
commit ac800f9b5d
21 changed files with 857 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
def get_answer():
"""Get an answer."""
return True
print("Hello Python")