πŸ“Š Python
Q. What is the output of the following program
Code:
print '{0:.2}'.format(1.0 / 3)
  • (A) 0.333333
  • (B) 0.33
  • (C) 0.333333:-2
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (B) 0.33

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
200
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Shivam
Publisher
πŸ“ˆ
86%
Success Rate