#!/usr/bin/python
class Pentester:
def __init__(self):
self.name = "Can Yucel"
self.role = "Pentester | Ethical Hacker"
self.language_spoken = ["nl_NL", "en_US", "tr_TR"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = Pentester()
me.say_hi()
Ethical Hacker
- Netherlands
- in/can-yucel-421a261a5
- @CannYucel19
Pinned 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.