Physical Memory Properties

Please use the below script to get know about properties of physical memory of target machine

import os
print os.popen('wmic diskdrive list brief').read()

Outcome:

Physical Memory Properties.png