You have turned-in this assignment. You can review the lesson and see your previous answers.
Starter Quiz
Question 1 of 3
1
of 3
Which of these variables has been declared using the correct Python conventions?
Select one answer
level_score = 5
levelScore = 5
levelSCORE = 5
LevelScore = 5
LEVELSCORE = 5
Check