>>> import threading
>>> import time
>>> class ClockThread(threading.Thread):
def __init__(self,interval):
threading.Thread.__init__(self)
SyntaxError: inconsistent use of tabs and spaces in indentation
>>> import threading
>>> import time
>>> class ClockThread(threading.Thread):
def __init__(self,interval):
threading.Thread.__init__(self)
SyntaxError: inconsistent use of tabs and spaces in indentation