Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Whats wrong with the elif?
Post: Whats wrong with the elif?

>>> x = int(input("Please enter an integer: ")) Please enter an integer: 42 >>> if x < 0: x = 0 print('Negative changed to zero') >>> elif x == 0: SyntaxError: in...
inunanimous93 General Coding Help 3 2,486 Nov-29-2020, 08:45 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020