I’m stuck on question 2 - In “Code block 2” the blank should be filled with what, to output all numbers in a terminal? I’m able to get the code to execute with with input of print(f’{num}') - all the numbers output correctly. However when I enter my solution into the answer block I continue to receive the incorrect answer error…What I am doing wrong?
print(num)
1 Like
Thank you. I don’t know why that is the correct answer, as the num variable I used in the code to have the numbers listed were in { } …