#!/usr/bin/python # -*- coding: utf-8 -*- class CyberSecurityEngineer: def __init__(self): self.name = "MaximusCoder" self.role = "CyberSecurity Engineer" self.language_spoken = ["zh_CN", "en_US"] def say_hi(self): print("Thanks for dropping by, hope you find some of my work interesting.") me = CyberSecurityEngineer() me.say_hi()
- š Iām currently working on AI-Synthesized Voice Detection and Cyberspace Security
- š± Iām currently learning AI
- š¤ Iām looking for help with about learning AI
- š¬ Ask me about Cyberspace Security
- š« How to reach me: maximusjim88@gmail.com
- ā” Fun fact: I look funny
