Skip to content
View khuluqilkarim's full-sized avatar
👿
👿

Highlights

  • Pro

Block or report khuluqilkarim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
khuluqilkarim/README.md

hey there , I'm Muhammad Khuluqil Karim


Cyber Security & Capture The Flag Enthusiast | Vulnerability seeker

  • I’m currently working on Pendeteksi Lampu Kendaraan, Wifi Intruder, Moodle Rest Api.
  • How to reach me [email protected]

class Person:
    def __init__(self, name, hobbies, campus):
        self.name = name
        self.hobbies = hobbies
        self.campus = campus

    def introduce(self):
        introduction = f"Hello, my name is {self.name}. "
        hobby_list = ", ".join(self.hobbies)
        introduction += f"My hobbies include {hobby_list}. "
        introduction += f"I am currently studying at {self.campus}."
        return introduction

khuluq = Person(
    name="Muhammad Khuluqil Karim",
    hobbies=["hacking", "studying", "coffee"],
    campus="IT Telkom Surabaya"
)

introduction = khuluq.introduce()

print(introduction)

Badge

TryHackMe

Languages and Tools:

Pinned Loading

  1. Elearning-ITTS Elearning-ITTS Public

    JavaScript 2

  2. Netcut-v2 Netcut-v2 Public

    Python 2