Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Class Task
Post: RE: Class Task

import csv with open('members.txt', 'r') as f: Name = [row[0] for row in csv.reader(f, delimiter=',')] print(Name) with open('members.txt', 'r') as f1: Surname = [row[1] for row in csv.re...
HSL Homework 3 2,346 Feb-21-2019, 11:43 PM
    Thread: Class Task
Post: Class Task

Hey, i need help with a class task I got today. A program is required to read the data for each member from the text file. The program should use this data to find then display the furthest distance ...
HSL Homework 3 2,346 Feb-21-2019, 11:34 PM

User Panel Messages

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