I have written some redundant codes before (because I ran out of time), and I did not lose any point because of that. It looks like as long as your program works PROPERLY, you won't lose point just because you include a lot of print statement in your main method. Still, clear code should be a good practice for every programmer, and you should still follow style expectations (like naming for variables and constants), but if you just run out of time or you're nervous during the exam, redundancy is not a problem.
Hope this answer your problem.