Completed TODO item

This commit is contained in:
cheeks 2025-01-22 12:32:29 -05:00
parent e2be257d64
commit 32b6aaac86
38 changed files with 4 additions and 2 deletions

View File

@ -34,4 +34,5 @@ print("\nIs the light on or off? I think its on.")
print(lightSwitch == 'on') print(lightSwitch == 'on')
print("\nIs the light off? I don't think it is.") print("\nIs the light off? I don't think it is.")
print(lightSwitch == 'off') print(lightSwitch == 'off')

View File

@ -1 +1,2 @@
rename .py files to python snake case convention. (All lowercase names with underscores rather than camelCase)
~~ * rename .py files to python snake case convention. (All lowercase names with underscores rather than camelCase) ~~