Kathryn Odell-Hamilton

2023.9.13

I understand the Data Types within "Number Words" from learning and
teaching Java.

The planning.md was straight forward. Was my return for each function
correct? Am I to used " " for the string of text.

Within some of your discussions in Discord, you had mention to checkout
using ChatGPT. I wouldn't sign on to ChatGPT because it wanted your
phone number. Instead, I used Bing Chat after signing into my
Microsoft account. Wow!!! I found it interesting with the extensive
explanation of information it provides to solve a problem. I didn't
use it for the answers. AI is very scary if not used in a
responsible manner.

Yes, the numberwords.py had all the answers, but I found it
valuable because of how you wrote out the digit numbers for the "else"
and "return". In do understand this.

The test_numberwords.py file completely passed with the test_cases.
This commit is contained in:
kathrynoh23
2023-09-12 13:13:36 -04:00
parent 554e2a0e76
commit 401162aac3
4 changed files with 122 additions and 3 deletions

View File

@@ -3,6 +3,10 @@
# By MWC Contributors
# Functions to print out a verbal representation of an integer.
# This file did have all the answers.
# It helped me with going back to review planning.md.
# I review this with all the digit names used within the code.
MAXIMUM = 1000000
DIGIT_NAMES = [
"zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine"