Errors
Error 1 Type the code below into Python and press enter: print (“hello world) What type of error is it? Now fix the error: Place a screenshot of your fixed code here.
Error 2 Type the code below into Python and press enter: pring ("hello") What type of error is it? Now fix the error: Place a screenshot of your fixed code here.
Error 3 Type the code below into Python and press enter: “alex” / 2 What type of error is it? Now write a calculation that would work: Place a screenshot of your solution here.
Error 4 Type the code below into Python and press enter: 5 / 0 What type of error is it? Now write a calculation that would work: Place a screenshot of your solution here.