A

Admin • 832.27K Points
Coach

Q. What is the result of `3 * 'abc'`?

  • (A) abcabcabc
  • (B) abc*3
  • (C) Error
  • (D) 3abc
  • Correct Answer - Option(A)
  • Views: 19
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

The string `'abc'` is repeated 3 times.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.