Answers for "This code is supposed to display "2 + 2 = 4" on the screen, but there is an error. Find the error in the code and fix it, so that the output is correct."

-1

This code is supposed to display "2 + 2 = 4" on the screen, but there is an error. Find the error in the code and fix it, so that the output is correct.

print("2 + 2 = " + (2 + 2))
Posted by: Guest on October-28-2020

Code answers related to "This code is supposed to display "2 + 2 = 4" on the screen, but there is an error. Find the error in the code and fix it, so that the output is correct."

Python Answers by Framework

Browse Popular Code Answers by Language