mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
more doc
This commit is contained in:
@@ -15,6 +15,7 @@ print("")
|
||||
print("There is {0} processes".format(len(system.processes)))
|
||||
print("There is {0} threads".format(len(system.threads)))
|
||||
print("")
|
||||
|
||||
print("Dumping first logical drive:")
|
||||
drive = system.logicaldrives[0]
|
||||
print(" " + str(drive))
|
||||
|
||||
Reference in New Issue
Block a user