My computer science teacher wants me to put this phrase in one line of code. But I have no idea what to do. I have tried every possible way I could think of. Can anyone help me?
@Elizabeth_Mason you don't need to add extra strings; the \n inserts a "new line" and the \t inserts a tab
\n
\t
My computer science teacher wants me to put this phrase in one line of code. But I have no idea what to do. I have tried every possible way I could think of. Can anyone help me?
@Elizabeth_Mason you don't need to add extra strings; the
\n
inserts a "new line" and the\t
inserts a tab