Ask Question
18 January, 01:10

Read the code below. What will the computer print if the input for year_variable is 1700? if year_variable = = 1776: print ("Your answer is correct. The Declaration of Independence was signed in "year_variable".") elif year_variable 1776: compute_variable = year_variable - 1776 print ("Subtract "compute_variable" years from your answer for the correct answer.") Your answer is incorrect. The Declaration of Independence was signed in 1776. Subtract 76 years from your answer for the correct answer. Add compute_variable years to your answer for the correct answer. Add 76 years to your answer for the correct answer.

+5
Answers (1)
  1. 18 January, 01:18
    0
    Add 76 years to your answer for the correct answer
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Read the code below. What will the computer print if the input for year_variable is 1700? if year_variable = = 1776: print ("Your answer is ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers