IndentationError: unexpected unindent WHY???
#!/usr/bin/python import sys class Seq: def __init__(self, id, adnseq, colen): self.id = id
@MaxPython The answer above is missing ":"
try: #do something except: # print 'error/exception'
def printError(e): print e