Ask
your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW)
14 Online
Perfect Cube Question (Lectures 1 & 2) I have the following code: user_value = raw_input('Enter an integer') comp_guess = 0 while (comp_guess*comp_guess*comp_guess) < abs(user_value): comp_guess = comp_guess + 1 print comp_guess ____________________________ When I run this shell, the console just keeps printing new guesses from 1 ---> infinity, no matter even if I input "1" as the user_value for input. Why doesn't it stop print guesses once (comp_guess^3) is greater than the user_value?
Still Need Help?
Join the QuestionCove community and study together with friends!
Raw input takes in text. You need to turn it into a number.
You are right! Thank you for your help. I was asking the user for a string input when I should be asking for an int.
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!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
Aubree:
Guys, what does love feel like? I've been getting a tight chest and when I talk to him my heart rate hangs out around 100-120 beats per min, and when he doe
thereneelg:
ok... anyone have advice?? ...I did Choir all throughout Middle school and have ALWAYS been put in Soprano those three years.
kamariana:
The Byzantine Procopius is known for (5 points) reconquering much of the old Roma
chuckD:
hellp!!! what does it mean to describe a scientist as skeptical Why is sceptical
DoltonCarlee:
So like do y'all know anything about the first world war?
thehearken:
anyone know how to explain this so its easier for me to understand? b(1)=2, b(n)=
7 hours ago
8 Replies
1 Medal
1 day ago
6 Replies
1 Medal
2 days ago
0 Replies
0 Medals
2 days ago
2 Replies
1 Medal
1 day ago
2 Replies
0 Medals
1 day ago
5 Replies
2 Medals