Hi, I'm stumped with this.. Can you please help?
1) What could I expect as output to the program?
studentName = raw_input ('Enter student name. ')
2) What type of value can I expect the user to enter?
creditsDegree = input ('Enter credits required for degree.')
3) Which functions should be used to take in input from the user?
1) studentName
2) creditsDegree
3) creditsLeft
I do know that they are either
a) raw_input
or
b) input ()