Wednesday, 15 May 2013

My First Experience in Python Trainning

  • Introduction
I am Frank Mulbah Koikoi an IT Technician at the Ministry of Agriculture..

I have no siblings, meaning I am the only child of my parent. 
AT spare time, I love doing graph art.

After learning python, I could write programmes for mobile phone.

  • Check Out first Code
name = raw_input("What is your name?")
print"Hello%s!" % name

colour=raw_input ("what is your favorite colour? ")
print "Good Colour%s!" % colour

No comments:

Post a Comment