Programming (Year 11)
Variable Declaration
Which of the following is a correct way to declare a variable in Python?
var x = 10
x: int = 10
int x = 10
x = 10