What will be the datatype of the test in the below code snippet?

test = 10
print(type(test))
test = "quizall"
print(type(test))

1
str and int
2
int and int
3
str and str
4
int and str

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation