#!/usr/bin/python
# -*- coding: utf-8 -*-
class MyProfiles:
def __init__(self):
self.author = "ReztDev",
self.name = "Muhammad Rizki",
self.language = {"python", "html", "css", "bash"},
self.skill = {"programming", "networking", "analyst malware"},
self.operating_system = {"windows", "linux"}
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = MyProfiles()
me.say_hi()
๐
Working from home
If you want to be happy, then spread kindness to everyone
-
Risena Collections
- Pekalongan
- @turumandem
- myrzq.__
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.