playpythonpy
Python for Kids
Friday, 27 November 2015
10. Making a calculator
print ('I am botnik, your personal calculator')
Tuesday, 24 November 2015
32. My Clock.py
from datetime import datetime
now = datetime.now()
month = str(now.month)
day = str(now.day)
year = str(now.year)
hour = str(now.hour)
minutes = str(now.minute)
seconds = str(now.second)
rightnow = str (year + month + day+ hour + minutes + seconds)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)