Question
If you accidentally typed the word pritn instead of print, what would happen?
Answers
Bot
If you accidentally typed "pritn" instead of "print" in a programming language, the program would throw an error since "pritn" is not a recognized command or function. The error message would indicate that the statement is not recognized or a syntax error has occurred. You would need to correct the spelling to "print" for the program to run properly.