๐ญ Iโm currently seeking a suitable position
๐ฑ Iโm currently learning Next.js, Three.js
๐ฌ Feel free to ask me about CSS3, React... or anything
โก Fun fact: Rabbits don't really like carrots, despite Bugs Bunny cartoons suggesting otherwise
๐ฅSSAFY 2ํ๊ธฐ ํนํ ํ๋ก์ ํธ ๊ฒฝ์ง๋ํ ์ฐ์์ (2024.04)
๐ฅSSAFY 2ํ๊ธฐ ๊ณตํต ํ๋ก์ ํธ ๊ฒฝ์ง๋ํ ์ฐ์์ (2024.02)
๐ฅSSAFY 1ํ๊ธฐ ๊ดํต ํ๋ก์ ํธ ๊ฒฝ์ง๋ํ ์ฐ์์ (2023.11)
class SoftwareEngineer:
def __init__(self):
self.name = "Jiyong Kim"
self.businessname = "Jeffrey"
self.role = "Software Engineer"
self.language_spoken = ["kr_KO", "en_US", "es_MX"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()