Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: list of odd numbers
Post: list of odd numbers

I need to write a function that generates a list of n odd numbers, starting at 1. For example, if the input is 12, the output would be [1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23]. I just started to l...
cffiver2 Homework 2 5,197 Jul-12-2019, 08:52 AM

User Panel Messages

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