SyntaxFix
Write A Post
Hire A Developer
Questions
Combining the input from everyone else (use not, no parens, use os.mkdir) you'd get...
os.mkdir
special_path_for_john = "/usr/share/sounds/blues" if not os.path.exists(special_path_for_john): os.mkdir(special_path_for_john)