+ 1
What is the data type of 'a' in python.
Does it come under scalar or sequence type ?
4 Respostas
+ 4
Mahatma , can you please show as some lines of code where this 'a' is appearing? Thanks!
0
That depends on the context in which is used for assigned as a single value to str scalar type ?or is it used inside a list or dictionnary ?
0
It was a choose the right answer question.
0
Data type of 'a' is string.
type() defines the data type of variable in python