#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Sean Zhu"
self.role = "Software Engineer"
self.language_spoken = ["en_US", "zh_CN"]
self.interests = ["Badminton🏸", "Football⚽", "IPA🍺", "LOL Teamfight Tactics"]
def say_hi(self):
print("Thanks for visiting my personal Github Repo, hope you find some of my featured work interesting.")
me = SoftwareEngineer()
me.say_hi()
- 🚀 SDE
- 🌱 I’m currently based in Dublin for Master in Computer Science at Trinity College Dublin.
- 💬 Feel Free to connect with me. I love communicating with everyone.
- 😄 Pronouns: He / Him / His