Todd Gilbey

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Todd Gilbey created a post, A glitch with PyCharm 2023.2.1
Right, is there a valid reason as to why PyCharm is giving me the TypeError: Point() takes no argumentsDespite correctly coding the following:class Point: def __int__(self, x, y): self....