Monday, August 8, 2011

Python programing. beginner question?

Programming is not like Math. The = sign is actually a bit misleading. It really is more of an arrow. The variable that you're assigning to always has to be on the left side of the equals sign. So you have to do "w = s - 10".

No comments:

Post a Comment