Teaching Rajasthan Basic Computer Instructor 2021 Mock Test Programming With Python Operators in Python
नीचे दिए गए कोड स्निपेट में परीक्षण का डेटाटाइप क्या होगा?
test = 10
print(type(test))
test = "quizall"
print(type(test))
1
str और int
2
int और int
3
str और str
4
int और str