First commit, Yes!

Change-Id: Idf5be51777981362836c2e91a12ff6894793dc8e
This commit is contained in:
Singulani 2018-07-31 16:59:43 +00:00
parent 4529117045
commit a754d82357
1 changed files with 10 additions and 0 deletions

10
yes.py Normal file
View File

@ -0,0 +1,10 @@
test = 'nce'
def todo(x):
return 'done'
if test == 'nce':
print('yes!')
todo(test)