if char != ' ' and char != '\n'
is there a simpler / shorter way of doing this, like something like this:
if char != (' ' and '\n') but this doesn't work apparently
if char != (' ' and '\n')
Aucun commentaire:
Enregistrer un commentaire