Khan Saad

823
reputation
1
9
26

print("HELLO WORLD!!")
# I am a programmer!

def age():

     date_of_birth = "02-03-1999"

     age = 20

     print("age =" , + age)

     print("born on the date : " + date_of_birth)

 

def about():
   

      print("I am a computer-engineering student at Mumbai University. I am currently learning
              python and my main motive is to learn about automation")

 

def motivation():


     if sad == true:
          stop.sad() 
          start_coding()

 

def things_i_like():

  •      programming
  •      Ethical - hacking
  •      Automation
  •      Learning new things

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

# function calls

age()
about()
things_i_like()
motivation()