Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problems with understanding class index.
Post: RE: Problems with understanding class index.

Yeah, I should've probably prefaced that I was following a course. The instructor pretty much put it like this but talked about the problems in the QandA thread. I believe I have a better grasp on wha...
Brainbit General Coding Help 3 986 Sep-20-2022, 07:52 PM
    Thread: Problems with understanding class index.
Post: Problems with understanding class index.

class Store(): Money = 5.00 Day = 1 Stores = [] def __init__(self,StoreName,StoreProfit,storecost): self.StoreName = StoreName self.StoreCount = 0 self.StorePr...
Brainbit General Coding Help 3 986 Sep-20-2022, 03:31 AM

User Panel Messages

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