Skip to content
View ConstantinCHU's full-sized avatar
๐Ÿ”๏ธ
cool breeze over the mountains
๐Ÿ”๏ธ
cool breeze over the mountains

Block or report ConstantinCHU

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ConstantinCHU/README.md

Hi there ๐Ÿ‘‹

#!/usr/bin/python
#-- coding: utf-8 --

class Explorer:

def __init__(self):
    self.name = "Constantin CHU"
    self.organization = "LogiControl"
    self.role = "Explorer"
    self.city = "shanghai_CN"
    self.language_spoken = ["zh_CN", "en_US"]
    self.interests = ["Investment", "Quant", "AI", "Robot"]  
    
def say_hi(self):
    print("Hi Stranger.")  

me = Explorer()
me.say_hi()

Popular repositories Loading

  1. ConstantinCHU ConstantinCHU Public

    Config files for my GitHub profile.