InterviewSolution
Saved Bookmarks
| 1. |
Print statement display a question mark on the screen |
|
Answer» print("?")EXPLANATION:In python, if you want to print something on the screen, PLACE it in between the DOUBLE quotes as a string in the print() |
|