Issue with keeping the score with loops in rock paper scissors python game [on hold]











up vote
-1
down vote

favorite












I want to code a rock paper scissors game with a scoring system that allows the user to wish to play again and the score adds on and not restarting to 0.



My code is here: https://pastebin.com/eRqEuwtY



Your help is appreciated.










share|improve this question







New contributor




Anthony B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as off-topic by Toby Speight, Graipher, Ludisposed, VisualMelon, Mast 15 hours ago


This question appears to be off-topic. The users who voted to close gave these specific reasons:



  • "Authorship of code: Since Code Review is a community where programmers improve their skills through peer review, we require that the code be posted by an author or maintainer of the code, that the code be embedded directly, and that the poster know why the code is written the way it is." – Toby Speight, VisualMelon, Mast

  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Graipher, Ludisposed


If this question can be reworded to fit the rules in the help center, please edit the question.









  • 3




    Welcome to Code Review! Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Please add the code you want reviewed in your question. Thanks!
    – Toby Speight
    20 hours ago










  • If you post this question on stackoverflow, I will give you a rework.
    – saucecode
    19 hours ago










  • If posted this on StackOverflow.
    – Anthony B
    18 hours ago






  • 1




    Link is stackoverflow.com/questions/53411267/…
    – Anthony B
    18 hours ago






  • 1




    In addition to the code not being included, asking to change the behavior of your code is also off-topic here, so SO is definitely a better place for it ATM. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Have a look at our help center for more information about what is on-/off-topic here.
    – Graipher
    17 hours ago















up vote
-1
down vote

favorite












I want to code a rock paper scissors game with a scoring system that allows the user to wish to play again and the score adds on and not restarting to 0.



My code is here: https://pastebin.com/eRqEuwtY



Your help is appreciated.










share|improve this question







New contributor




Anthony B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as off-topic by Toby Speight, Graipher, Ludisposed, VisualMelon, Mast 15 hours ago


This question appears to be off-topic. The users who voted to close gave these specific reasons:



  • "Authorship of code: Since Code Review is a community where programmers improve their skills through peer review, we require that the code be posted by an author or maintainer of the code, that the code be embedded directly, and that the poster know why the code is written the way it is." – Toby Speight, VisualMelon, Mast

  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Graipher, Ludisposed


If this question can be reworded to fit the rules in the help center, please edit the question.









  • 3




    Welcome to Code Review! Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Please add the code you want reviewed in your question. Thanks!
    – Toby Speight
    20 hours ago










  • If you post this question on stackoverflow, I will give you a rework.
    – saucecode
    19 hours ago










  • If posted this on StackOverflow.
    – Anthony B
    18 hours ago






  • 1




    Link is stackoverflow.com/questions/53411267/…
    – Anthony B
    18 hours ago






  • 1




    In addition to the code not being included, asking to change the behavior of your code is also off-topic here, so SO is definitely a better place for it ATM. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Have a look at our help center for more information about what is on-/off-topic here.
    – Graipher
    17 hours ago













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I want to code a rock paper scissors game with a scoring system that allows the user to wish to play again and the score adds on and not restarting to 0.



My code is here: https://pastebin.com/eRqEuwtY



Your help is appreciated.










share|improve this question







New contributor




Anthony B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I want to code a rock paper scissors game with a scoring system that allows the user to wish to play again and the score adds on and not restarting to 0.



My code is here: https://pastebin.com/eRqEuwtY



Your help is appreciated.







python






share|improve this question







New contributor




Anthony B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Anthony B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Anthony B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 21 hours ago









Anthony B

1




1




New contributor




Anthony B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Anthony B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Anthony B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as off-topic by Toby Speight, Graipher, Ludisposed, VisualMelon, Mast 15 hours ago


This question appears to be off-topic. The users who voted to close gave these specific reasons:



  • "Authorship of code: Since Code Review is a community where programmers improve their skills through peer review, we require that the code be posted by an author or maintainer of the code, that the code be embedded directly, and that the poster know why the code is written the way it is." – Toby Speight, VisualMelon, Mast

  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Graipher, Ludisposed


If this question can be reworded to fit the rules in the help center, please edit the question.




put on hold as off-topic by Toby Speight, Graipher, Ludisposed, VisualMelon, Mast 15 hours ago


This question appears to be off-topic. The users who voted to close gave these specific reasons:



  • "Authorship of code: Since Code Review is a community where programmers improve their skills through peer review, we require that the code be posted by an author or maintainer of the code, that the code be embedded directly, and that the poster know why the code is written the way it is." – Toby Speight, VisualMelon, Mast

  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Graipher, Ludisposed


If this question can be reworded to fit the rules in the help center, please edit the question.








  • 3




    Welcome to Code Review! Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Please add the code you want reviewed in your question. Thanks!
    – Toby Speight
    20 hours ago










  • If you post this question on stackoverflow, I will give you a rework.
    – saucecode
    19 hours ago










  • If posted this on StackOverflow.
    – Anthony B
    18 hours ago






  • 1




    Link is stackoverflow.com/questions/53411267/…
    – Anthony B
    18 hours ago






  • 1




    In addition to the code not being included, asking to change the behavior of your code is also off-topic here, so SO is definitely a better place for it ATM. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Have a look at our help center for more information about what is on-/off-topic here.
    – Graipher
    17 hours ago














  • 3




    Welcome to Code Review! Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Please add the code you want reviewed in your question. Thanks!
    – Toby Speight
    20 hours ago










  • If you post this question on stackoverflow, I will give you a rework.
    – saucecode
    19 hours ago










  • If posted this on StackOverflow.
    – Anthony B
    18 hours ago






  • 1




    Link is stackoverflow.com/questions/53411267/…
    – Anthony B
    18 hours ago






  • 1




    In addition to the code not being included, asking to change the behavior of your code is also off-topic here, so SO is definitely a better place for it ATM. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Have a look at our help center for more information about what is on-/off-topic here.
    – Graipher
    17 hours ago








3




3




Welcome to Code Review! Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Please add the code you want reviewed in your question. Thanks!
– Toby Speight
20 hours ago




Welcome to Code Review! Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Please add the code you want reviewed in your question. Thanks!
– Toby Speight
20 hours ago












If you post this question on stackoverflow, I will give you a rework.
– saucecode
19 hours ago




If you post this question on stackoverflow, I will give you a rework.
– saucecode
19 hours ago












If posted this on StackOverflow.
– Anthony B
18 hours ago




If posted this on StackOverflow.
– Anthony B
18 hours ago




1




1




Link is stackoverflow.com/questions/53411267/…
– Anthony B
18 hours ago




Link is stackoverflow.com/questions/53411267/…
– Anthony B
18 hours ago




1




1




In addition to the code not being included, asking to change the behavior of your code is also off-topic here, so SO is definitely a better place for it ATM. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Have a look at our help center for more information about what is on-/off-topic here.
– Graipher
17 hours ago




In addition to the code not being included, asking to change the behavior of your code is also off-topic here, so SO is definitely a better place for it ATM. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Have a look at our help center for more information about what is on-/off-topic here.
– Graipher
17 hours ago















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Costa Masnaga

Fotorealismo

Sidney Franklin