Computer Science, asked by lifemusical91, 5 months ago

Write a program to print the following message:
“Project”
Purpose: “Internals”

Answers

Answered by rajeshkalavakunta
0

Answer:

print("\n".join(['"Project"', "Purpose :", '"Internals"']))

Explanation:

using Python 3

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

print('"Project"\nPurpose: "Internals"')

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions