πŸ“Š Python
Q. Which function is used to determine the data type of an object?
  • (A) typeof()
  • (B) what()
  • (C) type()
  • (D) datatype()
πŸ’¬ Discuss
βœ… Correct Answer: (C) type()

Explanation: `type()` returns the class type of the object.

Explanation by: Mr. Dubey
`type()` returns the class type of the object.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
44
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate