0
i need help.the 3d and 4th secret task are not accepted
for the last one
5 odpowiedzi
+ 2
Marinos Lambrou
Why are you converting your integer into a string?
Leave it as an integer so the code can assess the comparison operator
+ 1
Post your code
+ 1
thanks.it worked
0
(python for beginners)
0
age = int(input())
if (str(age)) >= ("18"):
print ("Allowed")
else:
print ("Sorry")