Computer Science, asked by Gopigs8036, 2 days ago

What is the Output of the Following Statement? PRINT ""GOD BLESS YOU""

Answers

Answered by myselfmarv
0

Answer:

You haven't mentioned the language. But if it's python output probably would be an error.

CORRECTION:

INPUT:

print("GOD BLESS YOU")

OUTPUT:

GOD BLESS YOU

Similar questions