I am new to python and i'm following this tutorial but im getting this error. There's an error in your program:
unindent does not match any outer indentation level
This is the code.
def Xero():
print 'Here is some content!'
print 'And some more...!'
for i in xrange(5):
print 'Hello!'
Xero()