1. What is String data type in Python ?
2. What are two internal subtypes of
String data in Python ?
3. How are str type strings different from
Unicode strings ?
4. What are List and Tuple data types of
Python?
5. How is a list type different from tuple
data type of Python ?
6. What are Dictionaries in Python ?
7. Identify the types of data from the
following set of data
'Roshan', u'Roshan', False,
'False', ['R', 'o', 's', 'h', 'a', 'n', ],
('R', 'o', 's', 'h', 'a', 'n'),
{'R': 1,' o': 2, 's' : 3, 'h' : 4'a'
: 5, 'n' : 6), (2.0-),
12, 12.0, 0.0, 0, 3j, 6+2.3j,
True, "True"
8. What do you understand by mutable
and immutable objects ?
Answers
Answered by
2
Answer:
I didn't understand your question
Answered by
2
Answer:
Hi............
I'm Muktha
Always keep smiling ☺, please inbox me
Similar questions