What is the data type of >>> print type('Kylo Ren'l
Answers
Answered by
0
Answer:
<class 'float'> <class 'str'> All names or variables in python programming language are string var. A Python variable is a memory location set aside for storing values. A variable in a Python application, in other words, provides data to the machine for processing.
Similar questions