Home / Programming MCQs / Python MCQs / Question

P

Praveen Singh • 16.63K Points
Tutor I

Q. What will be the output of the following Python code?

Code:
print('*', "abcde".center(6), '*', sep='')
(A) * abcde *
(B) *abcde *
(C) * abcde*
(D) * abcde *

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.