Python : IF 语句 age = 17if age >= 18: print("You are old enough to vote!")else: print("Sorry, you are too young to vote.") python extra cheese 2024-12-06 03:03 5