What will be the output of the following Python code? print(‘*’, “abcde”.center(6), ‘*’, sep=”)
What will be the output of the following Python code?
print('*', "abcde".center(6), '*', sep='')
a. * abcde *
b. *abcde *
c. * abcde*
d. * abcde *
What will be the output of the following Python code?
print('*', "abcde".center(6), '*', sep='')
a. * abcde *
b. *abcde *
c. * abcde*
d. * abcde *