Hi Deepali,

The footer of every email sent out by the BangPypers mailing list
(including your recent emails to the list) will have this link in the
footer:

https://mail.python.org/mailman/listinfo/bangpypers

You will find easy instructions to unsubscribe at that page.

Search for the phrase "To unsubscribe from BangPypers" on that page.

HTH
Vasudev
-- 
Vasudev Ram
Scientia potentia est
- gumroad.com/vasudevram | jugad2.blogspot.com | vasudevram.github.io

#!/usr/bin/env python
el = [('\n', 1), ("!larur ylurT", 5), ('\n', 1),]
for it in el:
    for tm in range(it[1]):
        print it[0][::-1],
    print

On 2/2/17, Deepali Sharma <deep...@recroute.co.in> wrote:
> Hi,
>
> Please unsubscribe my mail deep...@recroute.co.in from this group.
>
> Thanks
> Deepali
>
> Sent from iPhone 6s
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to