Course Content
Conditional Statements in Python
3. Python if-elif-else Statement
4. Python Ternary Operator
Conditional Statements in Python
Challenge: Rock, Paper and Scissors
.png)
Task
Create a simple Rock, Paper, Scissors game in Python. The game should allow two players to enter their choices (rock, paper, or scissors) and determine the winner of a single round.
Everything was clear?
Section 2. Chapter 4