Q. Predict the output:

   

tuple1 = ('Python') * 3

print(type(tuple1))

 

Answer =

Output: -

 

<class 'str'>

>>> 

 

 

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post