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