Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Love Calculator - If and Else
Post: RE: Love Calculator - If and Else

You're really close! The issue is with how the if condition is written for checking vowels. In Python, this line: if S1 == "a" or "e" or "i" or "o" or "u": does not do what you expect. It actually al...
Duilonn Homework 4 14,039 Apr-08-2025, 05:23 AM

User Panel Messages

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