File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ player2 = input("Second Player: rock, paper or scissors: ")
4040
print(get_winner(player1, player2))
4141
```
4242

43-
**[Try it on Programming Hero](https://play.google.com/store/apps/details?id=com.learnprogramming.codecamp)**
44-
4543
## Explanation
4644
We took 2 players' input. Send those to the get_winner function. Inside the function, first, we check whether both the player entered the same thing. Then it will become a tie.
4745

@@ -53,10 +51,3 @@ Now think for 5 minutes, is there any different way you could have written the i
5351

5452
If you find a way, add a question here so that everyone can see your code.
5553

56-
57-
58-
 
59-
[![Next Page](../assets/next-button.png)](Cows-and-bulls.md)
60-
 
61-
62-
tags: `programming-hero` `python` `python3` `problem-solving` `programming` `coding-challenge` `interview` `learn-python` `python-tutorial` `programming-exercises` `programming-challenges` `programming-fundamentals` `programming-contest` `python-coding-challenges` `python-problem-solving`

0 commit comments

Comments
 (0)