In [1]:
import datetime
dt = datetime.datetime.now()
print 'The time is: %s' % dt
In [3]:
!ls
In [4]:
!ls -al
In [5]:
!w
In [ ]: