MCQs > IT & Programming > Python > Output of the following code: name = 'Jon' name.rjust(4, 'A')

Python MCQs

What is the output of the following code:

name = 'Jon'

name.rjust(4, 'A')

Answer

Correct Answer: 'AJon'

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it