Select the statements which are not true: a. os.getcwd() will show the Python installed directory b. print(os.listdir()) print directory files in the current directory c. os.makedir("c:/temp/newfolder1/newfolder2") will create subfolders in c:\temp drive d. os.link() will create symbolic link
Select the statements which are not true:
a. os.getcwd() will show the Python installed directory
b. print(os.listdir()) print directory files in the current directory
c. os.makedir(“c:/temp/newfolder1/newfolder2”) will create subfolders in c:\temp drive
d. os.link() will create symbolic link