Computer Science (Year 9)
Programming Fundamentals
Which of the following is a correct way to declare a variable in Python?
var x = 10
int x = 10
x := 10
x = 10