whenever we print the type( any obj)..it will give the respective class. for example my_boolean =True when I print(type(True)) output is class bool so can anyone tell how to see those class coding ..is der any guide..like how that class bool is formed or coded.
3/13/2017 7:12:56 AM
Abin Singh R4 Answers
New AnswerNo now I understood whatever data types we use.. that time we are creating instance of particular class .. and class which we use for our object is already coded and kept as built-in classes. Am I right ?
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message