最佳答案
What is the purpose of the colon before a block in Python?
Example:
if n == 0:
print "The end"