#!/usr/bin/python
# -*- coding: utf-8 -*-
class BlockchainDeveloper:
def __init__(self):
self.name = "Yujan Ranjitkar"
self.role = "Blockchain Developer"
self.language_spoken = ["ne_NP", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = BlockchainDeveloper()
me.say_hi()
- Personal Website: https://yujanranjitkar.com.np
- Courses: https://ymknow.xyz
- Blog: https://ymknow.xyz