Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Use of if - and operators
Post: Use of if - and operators

Hi, Is use of the code below accurate? I believe it is not however, my friend tells me it is. age=int(input("Enter your age: ")) if 21<age<=25 : money=125 elif 21<age : money=100...
Pedro_Castillo General Coding Help 1 524 Oct-23-2023, 10:00 AM

User Panel Messages

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