Files
sandbox/yes.py
Singulani a754d82357 First commit, Yes!
Change-Id: Idf5be51777981362836c2e91a12ff6894793dc8e
2018-07-31 16:59:43 +00:00

11 lines
90 B
Python

test = 'nce'
def todo(x):
return 'done'
if test == 'nce':
print('yes!')
todo(test)