hey i was just wondering how good you make a directory using python i have done the
import os
os.system("md my_dir"
but consider the following
dirname=raw_input(">"
import os
os.system("md ______"
how could i put the dirname variable in the black after md
import os
os.system("md my_dir"
but consider the following
dirname=raw_input(">"
import os
os.system("md ______"
how could i put the dirname variable in the black after md