Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Name Error: OO programming
Post: RE: Name Error: OO programming

I realized my mistake, I had to create the Assessment and Lesson classes which was an additional task. thank you!
Pythonhelp82 Homework 2 1,842 Jun-30-2019, 10:22 AM
    Thread: Name Error: OO programming
Post: Name Error: OO programming

I have coded this example from a course textbook (it says it is a working example), When I run the code, it is coming with a Name Error, Assessment not defined. I have played around with the code but...
Pythonhelp82 Homework 2 1,842 Jun-30-2019, 08:29 AM
    Thread: 2D arrays and appending values using a loop
Post: RE: 2D arrays and appending values using a loop

great, that is perfect! thank you!
Pythonhelp82 Homework 4 5,576 Mar-25-2019, 03:23 AM
    Thread: 2D arrays and appending values using a loop
Post: RE: 2D arrays and appending values using a loop

(Mar-18-2019, 01:04 PM)scidam Wrote: Since lists are mutable objects, you can change them in place, e.g. Array=[[100,20],[90,29],[102,89],[2,2]] for row in Array: row.append('New value')So, eac...
Pythonhelp82 Homework 4 5,576 Mar-24-2019, 10:15 AM
    Thread: 2D arrays and appending values using a loop
Post: 2D arrays and appending values using a loop

Hi, I need some help with the appending of the values into the 2D array using a FOR loop. I am ok with printing the values, its the append that I need help with: Array=[[100,20],[90,29],[102,89],[2,...
Pythonhelp82 Homework 4 5,576 Mar-18-2019, 12:52 PM
    Thread: TypeError: __init__() missing 3 required positional arguments
Post: RE: TypeError: __init__() missing 3 required posit...

(Jan-21-2019, 03:37 PM)snippsat Wrote: (Jan-21-2019, 03:21 AM)Pythonhelp82 Wrote: TypeError: __init__() missing 3 required positional arguments: 'MemberName', 'MemberID', and 'SubscriptionPaid'As ...
Pythonhelp82 Homework 6 23,115 Jan-24-2019, 04:25 AM
    Thread: TypeError: __init__() missing 3 required positional arguments
Post: RE: TypeError: __init__() missing 3 required posit...

(Jan-20-2019, 02:18 PM)DeaD_EyE Wrote: This should work. class JuniorMember(Member): def __init__(self, MemberName, MemberID, SubscriptionPaid): super().__init__(MemberName, MemberID, ...
Pythonhelp82 Homework 6 23,115 Jan-21-2019, 03:21 AM
    Thread: TypeError: __init__() missing 3 required positional arguments
Post: TypeError: __init__() missing 3 required positiona...

Hi Guys, I am studying a mark scheme answer from a previous exam question and when following the mark scheme on Python , I am presented with an error: TypeError: __init__() missing 3 required positio...
Pythonhelp82 Homework 6 23,115 Jan-20-2019, 11:29 AM

User Panel Messages

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