Respuesta :

Answer:Use \n in your print function after text to keep writing in the next line

Explanation:

For example,

print("first line \n second line")

output would be:

first line

second line

ACCESS MORE
EDU ACCESS