P
P
Python Classroom
Ask or search…
K
Comment on page

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?