Question: What is wrong with this code
print("Day 1 - Python Print Function
The function is declared like this:
print('what to print')")
Current behavior:
print("Day 1 - Python Print Function
^
SyntaxError: EOL while scanning string literal
Desired behavior
To work as shown in the lesson. Also, where is the Submit button?
Repl link:
code snippet