#!/usr/bin/python
# -*- coding: utf-8 -*-
class SecurityResearcher:
def __init__(self):
self.name = "Mohammed Misbahul Haq"
self.role = "Security Researcher, Web Developer"
self.language_spoken = ["ml_IN", "en_US"]
self.portfolio = "https://1hehaq.github.io/portfolio"
def say_hi(self):
print("Thanks for stopping by! Take a look around and see what exciting things I've been working on.")
print(f"Check out my portfolio at: {self.portfolio}")
me = SecurityResearcher()
me.say_hi()
🔭
Saturn 🪐
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.