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:
numbernumber
number and stores the result in
sum0hundreds and the value resulting from the removal in
hundredsRemovedhundreds to hundredsRemoved and
stores the result in sum1sum1 and stores it in sum2Hint: number should be the same as sum2