The basics · Names and values
Names and values
`=` puts a value into a name. It is not the equals of algebra. · 8 minutes
Predict first
What does this print?
1x = 52y = x3x = 74print(y)
The basics · Names and values
`=` puts a value into a name. It is not the equals of algebra. · 8 minutes
Predict first
What does this print?
1x = 52y = x3x = 74print(y)