Ibrary Cs 111 Program Design Home 14 Errors Zy Challenge Activity 141 Basic Syntax Errors Q43839368
ibrary > CS 111: Program Design I home > 1.4: Errors zy CHALLENGE ACTIVITY 1.4.1: Basic syntax errors. Retype the statements, correcting the syntax error in each print statement. print(‘Predictions are hard.”) print (Especially about the future. ) user_num = 5 print(‘user_num is:’ user_num) 1 print(“Predictions are hard.” 2 print(“Especially about the future.”) 3 user_num – 5 4 print(‘user_num is: user.num) Show transcribed image text ibrary > CS 111: Program Design I home > 1.4: Errors zy CHALLENGE ACTIVITY 1.4.1: Basic syntax errors. Retype the statements, correcting the syntax error in each print statement. print(‘Predictions are hard.”) print (Especially about the future. ) user_num = 5 print(‘user_num is:’ user_num) 1 print(“Predictions are hard.” 2 print(“Especially about the future.”) 3 user_num – 5 4 print(‘user_num is: user.num)
Expert Answer
Answer to ibrary > CS 111: Program Design I home > 1.4: Errors zy CHALLENGE ACTIVITY 1.4.1: Basic syntax errors. Retype the statem…
OR