Im a beginner programmer this semester, and python is my first language. I can do the homework but am naturally curious at spiffing up my programs to help me understand how to have many things working at once in a program.
I have some ideas but have not been able to get clear direction from the text or my web searches so far. Any tips or suggestions would be helpful and appreciated.
First problem- Craps player
I have the game working properly. But I would like to make the player hit enter to initiate each of the rolls. Right now the program just starts and simulates a complete turn of craps.
Second- Math tutor
We were to write a program to ask the user to multiply 2 random number together between 1 and 9. It was then to check the answer and give an output message. I added a correct answer count to the final output (the program was to run for ten questions. But ran into trouble getting the correct# and count# to divide giving a percentage. And I also wanted to add a timer that would start upon the first question being asked, ending with the last answer. Printing this out at the final output as well.
Thanks to all who read and reply.