#!/usr/bin/python # -*- coding: utf-8 -*- class SekiroRong: def __init__(self): self.name = "Sekiro Rong" self.role = "Senior Research Engineer" self.language_spoken = ["Chinese", "English", "Cantonese", "Español"] def say_hi(self): print("Thanks for dropping by, hope you find some of my work interesting.") me = SekiroRong() me.say_hi()
-
Personal website and blog: https://sekirorong.github.io/
-
My Study note: https://www.notion.so/sekirorong/Navigation/
And I love sausage-mcmuffin-with-eggTM