What's the error?

Report a typo

As a developer, finding and fixing errors is part of your daily routine.

Improve this important skill by identifying and naming errors in the code lines below.

Match the items from left and right columns
prnt("This is a test string.")
PRINT("This is a test string.")
print("THIS IS A TEST STRING.)
print("This is a test string."
the function name is in the wrong case
missing quote
missing parentheses
the function is called by the wrong name
___

Create a free account to access the full topic