pi = 3.14
print (type(pi))
print(type("3.14))
Answers
Answered by
1
Answer:
The out put:
class float
ERROR because the quotes are not closed
HOPE IT HELPS
Similar questions