Skip to content

Commit 9f6a741

Browse files
authored
Update README.md
1 parent bc59b63 commit 9f6a741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
| Fake Login System | Ask for username and password.<br>Use `if` to check if they match your stored values.. | fake_login_system.py | N/A |
4545
| Number Guessing | Ask the user to guess a number.<br> <br>Use `if` to say “too high” / “too low” / “correct”. | number_guessing.py | N/A |
4646
| Simple Calculator | - Ask for two numbers and an operator (+, -,*, /, ** ).<br> <br>- Use `if` to perform the calculation. | simple_calculator.py | N/A |
47-
47+
4848
---
4949

5050

0 commit comments

Comments
 (0)