#!/usr/bin/python
class SoftwareEngineer:
def __init__(self):
self.name = "Longpan Zhou"
self.role = "Software Engineer"
self.language= ["Python3", "C++", "React.js"]
def __call__(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me()| Links: linkedin | leetcode | Email | Website | Wish to read something? Arxiv | Python | CPP | |



