This commit is contained in:
Bruce Hill 2025-03-25 16:41:24 -04:00
parent 12f6f7189f
commit 536f1afc44

View File

@ -6,7 +6,7 @@ func main():
# - Int (integer numbers) # - Int (integer numbers)
# - Num (floating-point numbers) # - Num (floating-point numbers)
# - Text (string values) # - Text (string values)
# - Bool (true or false) # - Bool (yes or no)
# Fix these variables so they match the expected values: # Fix these variables so they match the expected values: