Answers for "what means public in python"

2

public in python

All members in a Python class are public by default. 
Any member can be accessed from outside the class environment.
Posted by: Guest on July-17-2021

Python Answers by Framework

Browse Popular Code Answers by Language