Shahrayar123 / Python-Projects

Basic Python projects, good first issue
272 stars 276 forks source link

Enhanced Code Readability and Consistency with F-Strings and Improved Wording #141

Open BlueBell100 opened 8 months ago

BlueBell100 commented 8 months ago

I replaced a print statement that used the '+' operator with an F-string. This change was made to enhance code consistency and improve readability. I cleaned up the code to ensure even spacing throughout the file. This step contributes to code readability and maintainability.I revised the wording in print statements to use more appropriate and descriptive language. This change helps make the output of the program more informative and user-friendly.