Write a Python program to create an instance of a specified class and display the namespace of the said instance.
INPUT:
OUTPUT:
THANK YOU..!!💫
Write a Python program to create an instance of a specified class and display the namespace of the said instance.
INPUT:
Write a simple Python class named Student and display its type. Also, display the __dict__ attribute keys and the value of the __module__ attribute of the Student class.
Write a Python program to create a class and display the namespace of the said class.
0 Comments