Please place your programs in seperate files named as described in the problem. Improperly named programs will not count. Turn in your files by placing them in the dropbox. Please be mindful of the late policy.
Correct | 80% |
Commented | 10% |
Attempted | 10% |
Create a python program named hellos.py
that prints the
following when run:
Hello, World!
Hello, State!
Hi, Mom!
Create a python program named vars.py
that does the
following:
number
number
number
and stores the result in
sum0
hundreds
and the value resulting from the removal in
hundredsRemoved
hundreds
to hundredsRemoved
and
stores the result in sum1
sum1
and stores it in sum2
Hint: number
should be the same as sum2