| CMSC 201 |
Lab 1: Sample SubmitNow we're going to learn to submit our homework! This process will be the same for each homework, however today we'll be submitting what you did in lab for practice. Navigate to where your lab is on the filesystem. Then type the following command: submit cs201 LAB1 helloworld.py After entering the submit command shown above, you should get a confirmation that submit worked correctly: Submitting helloworld.py...OK If not, check your spelling and that you have included each of the required parts and try again. You can check your submission by entering: submitls cs201 LAB1 You should see the name of the file that you just submitted, in this case helloworld.py |