python-CSD-kursu/python-temel/getmro.py~
2023-07-01 23:31:07 +03:00

3 lines
41 B
Python

import inspect
print(inspect.getmro(C))