[BangPypers] Please unsubscribe
Vasudev Ram
vasudevram at gmail.com
Thu Feb 2 07:50:04 EST 2017
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 <deepali at recroute.co.in> wrote:
> Hi,
>
> Please unsubscribe my mail deepali at recroute.co.in from this group.
>
> Thanks
> Deepali
>
> Sent from iPhone 6s
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
More information about the BangPypers
mailing list