Heya! I'm Ziheng(Leon) Cai a CS student living in Urbana, IL. I'm looking for SDE NG positions.
class LeonTrips():
def __init__(self):
self.name = "Ziheng(Leon) Cai";
self.username = "LeonCai1";
self.location = "IL, US";
self.WeChat = "Monologue_Leon";
self.LinkedIn ="ziheng-cai";
def __str__(self):
return self.name
if __name__ == '__main__':
me = LeonTrips()
Credit: LeonCai1
Last Edited on: 03/JUL/2023