#!/usr/bin/python
# -*- coding: utf-8 -*-
class BcaStudent:
def __init__(self):
self.name = "Vraj Rathod"
self.role = "Coder & Problem Solver"
self.university = "Gujarat University (BCA Hons.)"
self.location = "Gujarat, India 🇮🇳"
self.languages = ["English", "Hindi", "Gujarati"]
self.interests = ["Python", "Django", "MERN Stack explorer"]
self.email = "vraj537github@gmail.com"
def say_hi(self):
print("Thanks For Visiting My Profile! Let's Collab and Build Something Amazing 🚀")
me = BcaStudent()
me.say_hi()
⭐ If you like what I build, drop a star on my repos — it means a lot! ⭐




