Predict the output:
T=(*Python")*3
print(type(T))
Answers
Answered by
0
Correcting it a bit to:
The output will be:
<class 'str'>
Since the datatype is string.
Similar questions