Here this the code.
a = input (": ") b = input(": ") ab = (a-b) print (ab)
I get this error.
typerror: unsupported operand type(s) for -: 'str' and 'str'
Aucun commentaire:
Enregistrer un commentaire