WhatsApp contact extract from group file. I need help.
I export a group file to my phone and I try to write a code to write out all the contact in the file but I was getting errors. x = "<Media omitted>4/28/22, 8:37 PM +234 701 374 7633: <Media omitted>4/28/22, 9:14 PM +234 813 674 7617 1e4/28/22, 11:10 PM +234 913 729 8759 left4/28/22, 11:07 PM +234 701 374 7633: <Media omitted>4/29/22, 12:33 AM +234 802 895 7050 left4/29/22, 2:00 AM +234 816 345 1705 left4/29/22, 4:08 AM +234 818 100 8879 left4/29/22, 7:29 AM +234 701 374 7633: <Media omitted>4/29/22, 7:37 AM +234 701 374 7633: <Media omitt''ed>" for c in x: if c ==("+" +" "+num(len(13))): print(c) OUTPUT Traceback (most recent call last): File "file0.py", line 3, in <module> if c ==("+" +" "+num(len(13))): NameError: name 'num' is not defined