Use the script below to get my e-mail adress. Also, feel free to get in touch on social media.

def get_my_email(first_name, second_name, surname, mail_provider):
	return first_name[0] + second_name[0] + surname + "@" + mail_provider + ".com"

email = get_my_email("halil","ibrahim","bestil","gmail")
print("My email is :",email)

Run this repl.it embed to get my e-mail address:

https://repl.it/@hibestil/email?lite=true