Company Exam
Interview Question
Interview Experience
Quants
Reasoning
Verbal
MCQs
Tutorials
DSA
Ques 1 Class Object
What is the output of the following Python Code?
class Class: def method(): print("SmallCode") Class.method()