Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Simple Code Understanding
Post: Simple Code Understanding

Hi, I'm quite new to Python, looking to get a general understand how the below out puts what it does: my_list = range(4,11) for num in my_list: if (1==num%2): print (str(num))Output (5, ...
jster2001 General Coding Help 1 2,427 Mar-11-2018, 01:52 PM

User Panel Messages

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