Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 80c0027

Browse files
Update README.md
1 parent e234ab8 commit 80c0027

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

‎Palindrome Checker/README.md‎

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,21 @@ This script checks if a given word is a palindrome. A palindrome is a word that
88
Python 3.x
99
This script uses only the standard library, so no additional installations are necessary.
1010

11-
## How to Install
11+
## ▶️ How to Run the Script
1212
1. Clone the Repository:
13-
```bash
14-
git clone https://github.com/yourusername/palindrome-checker.git
15-
cd palindrome-checker
16-
```
17-
## How to Run the Script
18-
19-
1. Navigate to the Directory:
20-
```bash
21-
cd path/to/palindrome-checker
22-
```
23-
2. Run the Script:
24-
```bash
25-
python palindrome_checker.py
26-
```
27-
3. Follow the Prompt:
13+
```
14+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
15+
```
16+
2. Navigate to Directory:
17+
```bash
18+
cd Simple-Python-Mini-Projects/Palindrome\ Checker
19+
```
20+
3. Run the Script:
21+
```bash
22+
python palindrome_checker.py
23+
```
24+
25+
4. Follow the Prompt:
2826

2927
Enter a word when prompted, and the script will check if it is a palindrome.
3028

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /