Fix poor comments

This commit is contained in:
Junior 2024-06-03 13:58:34 -04:00
parent 8935995ce5
commit 7764ba2c19
2 changed files with 1 additions and 3 deletions

View File

@ -28,8 +28,6 @@ while age < 0:
# Print a blank line
print()
# Calculate
# Show the user what they typed
# the "f" before the quote means that this string is "formatted"
# Formatted strings can use curly bracket notation to embed

View File

@ -1,4 +1,4 @@
# Basic example of using try/except to catch errors
# Basic example of importing a library/module/class
# import the datetime library
# This imports the "datatime" class from the "datetime" module