+@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ +
\ o o /
/ Programming isn't what you know; _|_|_ \
\ it's what you can figure out. <\/ \/> /
/ while(!success){ (| ^• •^ |) \
\ try{ (| ‿ |) /
/ again(); </\ _ _ _ /\> \
\ } _ _/ \_ _ /
/ catch(Exception e){ / \ \
\ print("Learnt something"); | | |• | | /
/ } | | |• | | \
\ } / / |• \ \ /
/ \ \ |• / / \
+@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ +
class Computer_Engineer :
def __init__(self):
self.name = "Disha Modi😇"
self.currentRole = "Student"
self.college = "Dharmsinh Desai University"
self.email = "[email protected]"
def fieldsExplored():
self.canCodein = ["C","C++","C#","Python","JavaScript"]
self.interestedIn = ["Machine Learning", "Deep Learning", "Image Processing", "Web Development", "Android Development"]
def futureGoals():
self.goals = ["Exploring the world of Open Source😃", "Increasing Network"]
def say_Hi():
print("Thank you for visiting my profile! I hope you would love it!")
me = Computer_Engineer()
me.say_Hi()