Examveda

What will be the output of the following Python code?
print('*', "abcde".center(6), '*', sep='')

A. * abcde *

B. *abcde *

C. * abcde*

D. * ABCDE *

Answer: Option B


This Question Belongs to Python Program >> Introduction To Python

Join The Discussion

Related Questions on Introduction to Python