Post date: Nov 10, 2010 2:24:01 AM
Extra Credit 1: Service-Learning Project (Due 11/12)
Extra Credit 2: Programming (Due 11/15)
Please write a python program as10.py to have the following function:
Once the program runs, it will show the information:
Please input a grade:Â
If you input a number less than 60, it will print out information:
Bad grade, you can not pass!
If you input a number grater than 60, it will print out information:
Congratulations! You passed!
Please submit the as10.py as an attachment.