Output Mistakes

Mistake #1

What's the mistake in this code? How would you fix it?

print hello

Mistake #2

Why does this code result in a mistake? How would you fix it?

print("hello)

Mistake #3

Why does this code result in a mistake? How would you fix it?

Last updated