Computer Science, asked by namiyaazhar, 6 hours ago

Which function is used to determine the data type of the literal?​

Answers

Answered by pdey89747
2

Answer:

Python has an in-built function called type() which we can use to determine the data type of the literal. <class 'int'> indicates that the type of 54 is int.

Similar questions