0
Hello, why the SyntaxError error on this line of code, please?
print(int('3') > int('3') and int('4') < int('4'))
2 Respostas
+ 3
Whally O
The answer is False.
There isn't any error.
0
Thank you, Koder King
print(int('3') > int('3') and int('4') < int('4'))