Python Forum

Full Version: How can i parse my output?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(Mar-10-2022, 02:08 PM)menator01 Wrote: [ -> ]Index starts at 0. Name is at 2

Thank you. Im a newbie sorry for this basic questions.
Then ip address is
print(data[1][1].get('IPAddress'))
Pages: 1 2 3