Every time I write a function in notepad++ it won't indent for me even when I'm pretty sure I have auto-indent selected. I then manually do 4 spaces and do two print commands but it's not working. It says 'unexpected indent'
in Powershell. Here's what I'm using:
def print_twice():
print "hi"
print "hi"
print_twice()