

InterviewSolution
Saved Bookmarks
1. |
What is Statement |
Answer» A statement is a programming instruction that will perform something.for example print("hello world"). print is a statement in earlier versions but now this is a function | |