there are different type of import what does they differ
import cPickle as pickle
from some_window import *
import os is nothing but importing os module
import cPickle as pickle
from some_window import *
import os is nothing but importing os module
Comment