I was making a terminal-type program with python and I was wondering if I could make it print the next line of text after you press enter e.g
`print('this was a triumph')
#press enter to print the next line
print('Im making a note here, huge success!')`