9
Answers

Why am I getting AttributeError?

Barathi

Barathi

3y
550
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)