Skip to content

Commit

Permalink
[Conditionals Concept] Update about.md (#3765)
Browse files Browse the repository at this point in the history
TYPO!  😡
  • Loading branch information
BethanyG authored Aug 29, 2024
1 parent e4bb420 commit ee643b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/conditionals/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Conditionals can also be nested.
if 18 > driver_age >= 16:
status = "Student driver, needs supervision."
elif driver_age == 18:
satus = "Permitted driver, on probation."
status = "Permitted driver, on probation."
elif driver_age > 18:
status = "Fully licensed driver."
else:
Expand Down

0 comments on commit ee643b0

Please sign in to comment.