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