A

Admin • 832.27K Points
Coach

Q. What is the output of: `print('5' * 3)`?

  • (A) 15
  • (B) 555
  • (C) Error
  • (D) 5*3
  • Correct Answer - Option(B)
  • Views: 20
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Repeats the string '5' three times.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.