Hi, I am learning Python trought one course.<br> I can't solve this, someone please help.<br> Write a loop that prints 20 characters on the screen. Always 20. But it is made up of stars (*), which are printed first, and exclamation marks (!) that complete the line. Your program will first ask the user to enter a number. It will represent the number of stars that should be present in the line. The program will then print exclamation marks until the total number of characters is 20. <br> <br> Examples of how your program should work (user input underlined): <pre> How many stars? <u>10</u><br> * * * * * * * * * * ! ! ! ! ! ! ! ! ! ! <br><br> How many stars? <u>20</u><br> * * * * * * * * * * * * * * * * * * * *<br><br> How many stars? <u>1</u><br> * ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !<br> </pre> Thanks!<p>
        
                <hr size=1> <a href="http://us.rd.yahoo.com/mail_us/taglines/virusmail/*http://mail.yahoo.com">Yahoo! Mail</a> - Helps protect you from nasty viruses.