I have defined 3 attributes (public, private, and protected) and am able to access all of them from outside. How do I prevent access?
class Speed: def __i