Back to quizzes
Variables & Data Types Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What is the correct way to define a variable in Python?
A
my_var = 10
B
10 = my_var
C
var my_var = 10
D
let my_var = 10