Programming (Year 11)
Variables
Which of the following is a valid way to declare a variable in Python?
int x = 5;
var x: int = 5;
x = 5
declare x = 5;