There 's a indentation error but i don't know what's wrong with it.
the error says

File "./class_question. py", line 12
self.dic = [] #array of hash tables for input data
^
IndentationErro r: expected an indented block


Code:
#! /usr/bin/env python

class Question:
	#constructor	
	dic
	questions
	answers
...