Hi. This is Mamata Das . Welcome to my homepage.
My Email ID is the output of the python code
#/bin/bash
#This python code will give the output as my Email ID.
myEmail = [100, 97, 115, 109, 97, 109, 97, 116, 97, 46, 105, 110, 100, 105, 97]
for i in range(len(myEmail)):
print(chr(myEmail[i]), end = '')
print("@gmail.com")
This is my web page.