vrijdag 22 januari 2016

Editing text with python

# editing text with python
 
x = ("What shall we do with the drunken sailor?\n")

print (x[0:4])
print (len(x))
print (x[40])

Enlarging Libreoffice window completely with command

 You can open the LibreOffice window completely by pressing the CTRL+Shift+J keys together.