Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: newbie while loop error: IndexError: list assignment index out of range
Post: RE: newbie while loop error: IndexError: list assi...

thanks
msa969 General Coding Help 3 75,061 Mar-31-2017, 12:24 PM
    Thread: newbie while loop error: IndexError: list assignment index out of range
Post: newbie while loop error: IndexError: list assignme...

I want to create a list called numbers that contains all the integers from 1 to 30  numbers = [] i = 1 while(i < 30):     numbers[i] = i +1  print(numbers)Error:    numbers[i] = i +1 IndexError:...
msa969 General Coding Help 3 75,061 Mar-31-2017, 10:45 AM
    Thread: printing patterns and stars?
Post: printing patterns and stars?

I am a newbie to python and using python 3. I wish to learn patterns and printing e.g stars etc. I want to start basic patterns first eg. * ** *** **** Is there a website or document like pdf that wi...
msa969 News and Discussions 5 4,794 Feb-21-2017, 08:04 AM

User Panel Messages

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