Python - Variables and Dynamic Typing
What does the following Python statement do?
age = 25age = 25= sign in Python assigns the value on the right to the variable on the left.age = 25age.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions