i can't figure out where i went wrong with this code '''
a = input()
def function():
if a = 'y':
print('start')
elif a = 'n':
print('esc')
elif a != 'y','n':
print('error')
while True:
function()
'''
Aucun commentaire:
Enregistrer un commentaire