I’m aiming to print ‘Vai se fuder’ after the ‘content’ using python, but i have no idea how to do it. I already tried many pages talking about this, but nothing work.
mensagemmm = [
{'isUser': True,},
{'isVerified': None,},
{'isWAContact': True,},
{'profilePicThumbObj': None,},
{'content': 'Vai se fuder',},
{'quotedMsgId': None,}
]
I already did try most of pages at google, using:
for i in mensagemmm…
New contributor
Lüthi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1