if age >= 18: print("You can vote!") # You can write in single line also if age >= 18: print("You can vote!")