πŸ“Š Python
Q. What will be the output of the following code snippet?
Code:
print(type(5 / 2))
print(type(5 // 2))
  • (A) float and int
  • (B) int and float
  • (C) float and float
  • (D) int and int
πŸ’¬ Discuss
βœ… Correct Answer: (A) float and int

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
330
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Akash Lawaniya
Publisher
πŸ“ˆ
90%
Success Rate