Question: CHALLENGE ACTIVITY 1.3.6: Output basics. For activities with output like below, your output's whitespace (newlines or spaces) must match exactly. See this note. Write code
CHALLENGE ACTIVITY
1.3.6: Output basics.
For activities with output like below, your output's whitespace (newlines or spaces) must match exactly. See this note.
Write code that outputs variable num_days as follows. End with a newline.
Ex: If the input is 3, then the output is:
Days: 3


For activities with output like below, your output's whitespace (newlines or spaces) must match exactly. See this note. Write code that outputs variable num_days as follows. End with a newline. Ex: If the input is 3 , then the output is: Days: 3 "' Our tests will run your program with input 3 , then run again with input 6. Your program should work for any input, though. "' num_days = input () " Your code goes here " " 6 print(num_days) 1: Compare output Output differs. See highlights below. Special character legend Input Your output Expected output X 2: Compare output Output differs. See highlights below. Special character legend Input. Your output Expected output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
