Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 7 Online
OpenStudy (anonymous):

i have a little question; when i using idle how use unknown quantity ex) 54x-24x enter -> define error X

OpenStudy (rsmith6559):

x needs to have a value before it can be read. It would need to be read to multiply it by 54 or 24. You could write something like: x = 1 y = 54 * x - 24 * x # a better way to write it # y = ( 54 * x ) - ( 24 * x )

OpenStudy (anonymous):

or even http://pastie.org/7362916

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!