sandbox/yes.py

11 lines
110 B
Python

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