+ 1

What is the data type of 'a' in python.

Does it come under scalar or sequence type ?

18th Jul 2020, 3:59 PM
Mahatma
Mahatma - avatar
4 Respostas
+ 4
Mahatma , can you please show as some lines of code where this 'a' is appearing? Thanks!
18th Jul 2020, 5:25 PM
Lothar
Lothar - avatar
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 ?
18th Jul 2020, 5:01 PM
HBhZ_C
HBhZ_C - avatar
0
It was a choose the right answer question.
19th Jul 2020, 2:59 AM
Mahatma
Mahatma - avatar
0
Data type of 'a' is string. type() defines the data type of variable in python
20th Jul 2020, 4:01 PM
Bathini Swapna
Bathini Swapna - avatar