File tree Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,21 @@ This script checks if a given word is a palindrome. A palindrome is a word that
8
8
Python 3.x
9
9
This script uses only the standard library, so no additional installations are necessary.
10
10
11
- ## How to Install
11
+ ## ▶️ How to Run the Script
12
12
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:
28
26
29
27
Enter a word when prompted, and the script will check if it is a palindrome.
30
28
You can’t perform that action at this time.
0 commit comments