Today i created my algorithm log, I finished specifying my variables and started to list my inputs and outputs.
I also decided
to have a play again function in my algorithm. I will do this by putting my
main process into a module and when the “play again” module is called it will
ask the user if they want to play again, (y, n). If the user answers yes, the
program will run the “Main” module. If no, the program will use the function
inside python called “exit()” which will terminate the program. This will be
included in version 2 of the algorithm which i plan to make soon.
No comments:
Post a Comment