πŸ“Š Python
Q. What is the output of: print(type(10))?
  • (A) <class 'int'>
  • (B) <class 'float'>
  • (C) <class 'str'>
  • (D) <class 'bool'>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <class 'int'>

Explanation: `10` is an integer, so its type is `<class 'int'>`.

Explanation by: Mr. Dubey
`10` is an integer, so its type is `<class 'int'>`.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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