Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help for a beginner - Index out of range ?
Post: RE: Help for a begginer

Here is my code: def get_initials(fullname): name_upper = fullname.upper() split_name = name_upper.split(" ") for new_name in range (len([split_name])): print(split_name[0][ne...
MarcM0901 General Coding Help 3 2,904 Mar-03-2019, 01:59 AM
    Thread: Help for a beginner - Index out of range ?
Post: Help for a beginner - Index out of range ?

Hi all, First time here . And i am a beginner. I do not know if this is the right place for a question. I am trying to find why my program is out of index. I have researched everything for hours and ...
MarcM0901 General Coding Help 3 2,904 Mar-02-2019, 08:18 AM

User Panel Messages

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