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
+12
View File
@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
from . import helpers
def get_hmm():
"""Get a thought."""
return 'hmmm...'
def hmm():
"""Contemplation..."""
if helpers.get_answer():
print(get_hmm())