I need to realize a complex if-elif-else statement in Python but I don\'t get it working.
The elif line I need has to check a variable for this conditions:
if x == 80 or x == 443 or 1024 <= x <= 65535
should definitely do