"""
╔══════════════════════════════════════════════════════╗
║ sphinx78.py — who am I? ║
║ Last compiled: 2026 ║
╚══════════════════════════════════════════════════════╝
"""
import Sphinx78 as sk
sk.name = "Shubham Kayastha"
sk.handle = "@sphinx78"
sk.location = "📍 Nepal"
sk.education = " Data Science Student"
sk.languages = ["Python", "JavaScript", "Java",
"PHP", "TypeScript", "SQL"]
sk.frameworks = ["Node.js", "React", "NumPy",
"Jupyter", "Chrome Extensions"]
sk.interests = [" Machine Learning",
" Web Development",
" Stock Market Analysis",
" Neural Networks",
" Browser Extensions"]
sk.current = {
" Working on": "Neural Networks from Scratch",
" Learning": "Deep Learning & AI",
" Ask me": "Python, JS, or Browser Extensions",
}
def msg_from_sk():
print("hehe ")
<br/>