Practice arena · Mission 1 of 3

Sharpen your Python instincts

Read the code carefully, choose an answer, and earn XP for correct solutions.

+30 XP

Name Tag Builder

What will this Python program display?

player = 'Mina'
level = 3
print(player + ' is level ' + str(level))
Choose your answer
Built with GenMB
Built with GenMB