Print statement display a question mark on the screen
Answers
Answered by
4
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()
Similar questions