assignemnt help! This looks very similar to your other question... Regarding the random function selection aspect of...
weird behaviourThe only thing that springs to mind is that word is a char - only the first character is registered....
Beginner's Lesson in PythonI was going off what my brother had said about DevPython; he's started learning Python using it. I'll pass...
Beginner's Lesson in PythonFirst things first - you need software to compile and run your code. https://www.dreamspark.com/def...
make it keep executing until user enters correct answerAh; rookie error on my part - when I used getline I had the arguments the wrong way round. Error #1...