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.
python
New contributor
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.
add a comment |
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.
python
New contributor
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
add a comment |
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.
python
New contributor
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
python
New contributor
New contributor
New contributor
asked 21 hours ago
Anthony B
1
1
New contributor
New contributor
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
add a comment |
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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