Write a program to print the following message:
“Project”
Purpose: “Internals”
Answers
Answered by
0
Answer:
print("\n".join(['"Project"', "Purpose :", '"Internals"']))
Explanation:
using Python 3
Answered by
1
print('"Project"\nPurpose: "Internals"')
Similar questions
Math,
2 months ago
Environmental Sciences,
2 months ago
Psychology,
2 months ago
Science,
5 months ago
Social Sciences,
5 months ago
Hindi,
11 months ago
English,
11 months ago