ommit os library
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import os
|
||||
print (os.name)
|
||||
|
||||
print (os. getcwd())
|
||||
|
||||
print(os.environ)
|
||||
|
||||
print(os.path)
|
||||
Reference in New Issue
Block a user