Classes can be dynamically created using the type() function in Python . The type() function is used to return the type of the object. The above syntax returns the type of object. print ( type ( “Geeks4Geeks !” ))
Classes can be dynamically created using the type() function in Python . The type() function is used to return the type of the object. The above syntax returns the type of object. print ( type ( “Geeks4Geeks !” ))