Skip to content

Commit bb57ac8

Browse files
authored
Update README.md
1 parent f5206a1 commit bb57ac8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
5858
---
5959

6060
### 7. HigherLowerGame
61-
- A game where users guess whether one entity has a higher or lower value compared to another (e.g., higher social media followers).
62-
- Key Features:
61+
- A game where users guess whether one entity has a higher or lower value compared to another (e.g., higher social media followers).
62+
- Key Features:
6363
- Interactive gameplay.
6464
- Compares numerical values.
65-
- Concepts Used: Functions, conditionals.
65+
- Concepts Used: Functions, conditionals.
6666

6767
---
6868

@@ -76,11 +76,11 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
7676
---
7777

7878
### 9. RockPaperScissorsGame
79-
- A simple implementation of the classic "Rock, Paper, Scissors" game.
80-
- Key Features:
79+
- A simple implementation of the classic "Rock, Paper, Scissors" game.
80+
- Key Features:
8181
- Allows user and computer to play.
8282
- Determines the winner based on the game rules.
83-
- Concepts Used: Random module, conditionals.
83+
- Concepts Used: Random module, conditionals.
8484

8585
---
8686

0 commit comments

Comments
 (0)