Python module 'os' has no attribute 'mknod'

I want to create a new file in Python for that I am using mknod command, but getting error as: os.mknod(); AttributeError: module 'os' has no attribute 'mknod' I am using windows and attributes o...