Skip to the content.

Source Code Issues Python 3.8 | 3.9 | 3.10 PyPI MIT License Arch Linux

Hi. This is Mamata Das . Welcome to my homepage.

My Email ID is the output of the python code

Email ID

#/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")

intro_gif

intro_gif

This is my web page.