Back to quizzes
Python Fundamentals Quiz
Python | Medium | 15 questions
Question 1 of 15
4 free questions left
What is the correct way to create a variable in Python?
A
x = 10
B
10 = x
C
var x = 10
D
let x = 10