In the sample output of exercise 1, it is made to look like you arent meant to take a new line between the output (awful or not good), and the next prompt for input (Editor: ). I wrote the code to generate the ouput as written by appending the print function to include end=" "; and was continuously failing, even though the output exactly matched the sample. Please check
In the sample output of exercise 1, it is made to look like you arent meant to take a new line between the output (awful or not good), and the next prompt for input (Editor: ). I wrote the code to generate the ouput as written by appending the print function to include end=" "; and was continuously failing, even though the output exactly matched the sample. Please check