-
π± Iβm currently learning Frameworks,courses etc.
-
π¬ Ask me about C,Java,Php,Python,React
-
π« How to reach me vraj537github@gmail.com
-
β‘ Fun fact ~ I am curious about learning and creating new things by my own concept
|
|
|
#!/usr/bin/python
# -*- coding: utf-8 -*-
class BcaStudent:
def __init__(self):
self.name = "Vraj Rathod"
self.role = "Coder"
self.language_spoken = ["English", "Hindi","Gujarati"]
def say_hi(self):
print("Thanks For Visiting !!")
me = BcaStudent()
me.say_hi()
|
|


.png)


