1
vote
3answers
133 views
Object Attribute in Random List Not Accessible in Python
Hello.
I'm working on my first object oriented bit of python and I have the following:
#!/usr/bin/python
import random
class triangle:
# Angle A To Angle C Connects Side …
