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

I can't seem to enter more than one of my raw_input values. My code is below, and it asks me for the first value, which I type in and press Return, and then the program doesn't run anything else. balance = float(raw_input("Enter the outstanding balance on your credit card: ")) annualInterestRate = float(raw_input("Enter the annual credit card interest rate as a decimal: ")) minMonthlyPaymentRate = float(raw_input("Enter the minimum monthly payment rate as a decimal: "))

OpenStudy (anonymous):

Further clarification: I think the issue may be with my input or with my IDLE install. When I used the solution code I have the same problem.

OpenStudy (anonymous):

Check my post "2nd JJenkx comment" here http://openstudy.com/study#/updates/53762f50e4b085b10fb8019b and make sure you use IDLE like I have shown there. Let me know if that works. I am a noob but this might be what you need.

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!