Code:
import urllib2 as u import os as o inn = \'dword.txt\' w = open(inn) z = w.readline() b = w.readline() c = w.readline() x = w.readline
Check your input parameters, and make sure you don't have one named type. If so then you will have a clash and get this error.
type