Computer Science, asked by resam8483, 8 months ago

Write a program in python to print your intoduction in 5 different lines

Answers

Answered by Anonymous
3

Answer:

The print statement enables the system to print a specific output. The input statement enables a prompt where the user is asked to enter the required data. The sep="\n" function enables the data to be displayed in several lines.

Similar questions