P
Q. What will be the output of the following Python code?
print('*', "abcde".center(6), '*', sep='')
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of the following program :
Q. Which of the following is NOT a comparison operator in Python?
Q. What will be the output of the following code?
Q. If a condition is true the not operator is used to reverse the logical state?
Q. What is the output of the following code
Q. What is the output of the following program : print '{0:.2}'.format(1.0 / 3)
Q. In a Python program, Nested if Statements denotes?
Discusssion
Login to discuss.