Skip to content

reztdev/reztdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hi there ๐Ÿ‘‹ I'm Rizki!!

ุญูŽุณู’ุจูู†ูŽุง ุงู„ู„ู‡ู ูˆูŽู†ูุนู’ู…ูŽ ุงู„ู’ูˆูŽูƒููŠู’ู„ู

StandWithPalestine Twitter Badge ReadMeSupportPalestine

#!/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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors