Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: need help with some explanation
Post: need help with some explanation

http://imgur.com/a/Ijcbi n = int(input("Enter the number of vertices you want")) FileName = input("Please input name of file:") edgeFile = open(FileName) #empty adj.list adjList = n*[0] for i in rang...
vincelim99 Homework 2 3,648 Mar-24-2017, 01:23 AM
    Thread: need help with tutorial question
Post: RE: need help with tutorial question

sorry i just forgot to paste my code but i specified my question at the bottom of my post n = 0 List = [0]*5 while n < 5 : List[n] = input("Enter some numbers here").split() n = n + 1 Thes...
vincelim99 Homework 4 4,692 Mar-24-2017, 01:15 AM
    Thread: need help with tutorial question
Post: need help with tutorial question

Discuss how lists containing lists can be used to represent tables in Python. Write a program in Python that asks user to input 5 lines of numbers. Your program should represent these lines as a table...
vincelim99 Homework 4 4,692 Mar-23-2017, 08:01 AM

User Panel Messages

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