bl6gr bl6gr 29-09-2020 Computers and Technology contestada Retype and run, note incorrect behavior. Then fix errors in the code, which should print num_stars asterisks. while num_printed != num_stars: print('*') Sample output with input: 3 * * *