Given the need for a Python script to: a. create a new folder whose name is stored in a variable called folderName b. within that folder create a new doc whose name is stored in a variable called docName what is the appropriate syntax? I can see that I need to change the context but I can't find anything on how to do that. Thanks.