Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python uppercase conversion conditions
Post: RE: Python uppercase conversion conditions

Is this code what you mean? def Upper_Vowels(newword): sentence = input() for i in range(len(newword)): if i >= 5 : def capital(sentence,vowel): vowels ...
Jaypeng General Coding Help 7 2,996 Apr-29-2020, 07:14 AM
    Thread: Python uppercase conversion conditions
Post: RE: Python uppercase conversion conditions

(Apr-29-2020, 07:01 AM)bowlofred Wrote: Your error message should have told you where it happened as well. In this case, you've defined (or assigned) newword within the Upper_Vowels function. But ...
Jaypeng General Coding Help 7 2,996 Apr-29-2020, 07:08 AM
    Thread: Python uppercase conversion conditions
Post: Python uppercase conversion conditions

I'm currently trying to do a program related to Python uppercase conversion conditions. 1. If the length of a word is less than 7, it is not converted. 2. If the word length is more than 7, I want to ...
Jaypeng General Coding Help 7 2,996 Apr-29-2020, 06:57 AM

User Panel Messages

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