0
When performing an exercise on module, the following "Typeerror: not all Arguments converted During string formatting,"happens?
#coding: utf-8
num = input("Digite um número: ")
if(num % 2 ==0):
print("o número é par")
else:
print("o número é impar")
"following error"? I did not find the error in the question.
– Woss
Typeerror: not all Arguments converted During string formatting
– Raul Nascimento