0

Why this code doesn't work print(int(input(5))==(int(input()))

print(int(input(5))==(int(input()))

8th Feb 2022, 9:26 PM
ZIZO Abd alkawy
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
8th Feb 2022, 9:46 PM
CGM
CGM - avatar
0
( extra right after == ps: you know that "input(5)" will print a 5, right?
8th Feb 2022, 9:32 PM
CGM
CGM - avatar
0
Even without 5 it doesn't work Cristian Gabriel Mazzulla
8th Feb 2022, 9:37 PM
ZIZO Abd alkawy
0
ZIZO Abd alkawy It works if you remove the parentheses I told you print(int(input(5))==int(input()))
8th Feb 2022, 9:38 PM
CGM
CGM - avatar
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?
8th Feb 2022, 9:42 PM
ZIZO Abd alkawy