9
Answers

Why am I getting AttributeError?

Photo of Barathi

Barathi

4y
601
1
Why am I getting AttributeError? I have a file named Player.py and in that file I have a class called Player. To use it I do import Player player = Player.Player() How can I do it right?

Answers (9)