You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
| 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 |
45
45
| 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 |
46
46
| Simple Calculator | - Ask for two numbers and an operator (+, -,*, /, ** ).<br> <br>- Use `if` to perform the calculation. | simple_calculator.py | N/A |
0 commit comments