Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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))
 
PREVIOUS NEXT
Tagged: #This #code #supposed #display #Find #error #code #fix #output
ADD COMMENT
Topic
Name
9+3 =