IV.
Tanushree has created two variables with different data types. Identify
the variable name and data types for the following
i) a=60 ii) a=4.5
Answers
Answered by
2
Answer:
Type a = int
Type b = float
Answered by
2
- <class 'int'>
- <class 'float'>
Similar questions