0
Why this code doesn't work print(int(input(5))==(int(input()))
print(int(input(5))==(int(input()))
5 Answers
+ 1
The codes of the activities only in activities, the others can be seen in the "code"->"my code bits" tab or in your profile->see activity->code bits
0
( extra right after ==
ps: you know that "input(5)" will print a 5, right?
0
Even without 5 it doesn't work Cristian Gabriel Mazzulla
0
ZIZO Abd alkawy It works if you remove the parentheses I told you
print(int(input(5))==int(input()))
0
Oh it works thanks very much but where can I find my saved codes without going into activities or that is the only way?