A function is returning me the below list of named tuples:
[popenfile(path='/home/giampaolo/monit.py', fd=3, position=0, mode='r', flags=32768), popenfile(path='/var/log/monit.log', fd=4, position=235542, mode='a', flags=33793)]
I want to print the value of 'path' in the tuple. How to do this? Please help dear community.
I tried to follow online articles but no solve.