Checklist for Assignment PY 1) Have you tarred + gripped the file as XXXXXXXX.PY.tar.gz (your 8-digit roll number) ? 2) Does your tar.gz file expand (by using the command tar xvzf) to the base directory named XXXXXXXX (your 8-digit roll number), and which in turns contains a directory named PY? 3) Have you removed all the class files and jar files from your tar ball? 4) Does the above created PY contains PY.java, as the main file, that can be compiled using javac? 5) Does your PY.java take input from Standard Input (for usage of redirection) ? 6) Does your PY.java write output to Standard Output (for usage of redirection) ? 7) Have you removed all the debugging messages that your program may output? 8) Is (some part of) the assignment plagiarized? 9) Any comments about your evaluation strategy :