vrijdag 22 januari 2016

Making an error in the text

# Hello World program in Python
 
x ="What shall we do with the drunken sailor?"
print (len(x))
print (x[0:5] +"hs"+ x[7:40])

Result: What hsall we do with the drunken sailor

Enlarging Libreoffice window completely with command

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