Question-11: Below Python code will execute
- Yes
- No
- It will not compile
- Cant say
Answer: B
Exp : This code will not compile, because by default there is no function named “prin” is available. Python is not a compiler based language, hence 3rd option would always be wrong.