Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: New to Python - Not sure why this code isn't working - Any help appreciated
Post: RE: New to Python - Not sure why this code isn't w...

(Jul-21-2023, 04:21 PM)deanhystad Wrote: I suggest you start with this: import csv with open("harrypotter.csv") as file: reader = csv.reader(file) for student in reader: print(stude...
TheGreatNinx General Coding Help 4 997 Jul-21-2023, 05:21 PM
    Thread: New to Python - Not sure why this code isn't working - Any help appreciated
Post: New to Python - Not sure why this code isn't worki...

Hi there! New to this forum and Python (Technically my first language I am learning to program in! :D) and I'm running into an issue that I don't quite understand. So I've been watching youtuber vide...
TheGreatNinx General Coding Help 4 997 Jul-21-2023, 03:53 PM

User Panel Messages

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