#!/usr/bin/python
# -*- coding: utf-8 -*-
class Bio:
def __init__(self):
self.real_name = "Reyhan Al Farel"
self.username = "LuminousV"
self.role = "IT Network, Developer, Cyber Security, DevOps"
self.language_spoken = ["id", "en"]
def say_hi(self):
print(f"Hi! Thanks to visit {self.username} Github")
print("よろしくお願いします | Yoroshiku onegai shimasu")
if __name__ == '__main__':
me = Bio()
me.say_hi()|
LuminousVar
English: "I'm not as skilled or GG as other people, but I am always level up every day." Indonesia: "Gw tidak sejago ataupun GG seperti orang orang, tapi gw selalu level up setiap harinya." 10:04 PM · 16 Agu 2025 |



