1
2
x = int( input("Hva er tallet ditt? ") )
print( (x > 10) and (x < 100) and (x % 2 == 0) )
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Powered by

Run your code first!

It looks like you haven't tried running your new code.

Try clicking  Run and if you like the result, try sharing again.

×