Computer Science, asked by manav12mishra, 1 month ago

What will be the output of type function: tupl=( ‘a’ )

type(tupl)
please correct answer please need urgent ​

Answers

Answered by vijayakumarchinthala
1

Answer:

>> <class str>

if you want to add single element into tuple add element with camma

Eg:

tupl=("a",)

now the type of the variable is tuple

Explanation:


manav12mishra: whats the output??
vijayakumarchinthala: the type of the variable is string
Similar questions