#!/usr/bin/python
# -*- coding: utf-8 -*-
class FullStackDeveloper:
def __init__(self):
self.first_name = "IMRAN"
self.last_name = "BAALI"
self.nickname = "kirwako"
self.role = "FullStack Developer and Graphic designer"
self.website = "www.kirwako.com"
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = FullStackDeveloper()
me.say_hi()
🎯
Focusing
Full Stack Developer and Student at 1337 School
-
1337
- Morocco
- https://kirwako.com
- @kirwaKO
- in/imran-baali
Highlights
- Pro
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.