Computer Science, asked by Jrajesh72481, 8 months ago

Print statement display a question mark on the screen

Answers

Answered by poojan
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