var = "Wellington" print(var[3:])print(var[-3:])print(var[:3])print(var[:-3])
Standard input is empty
lington ton Wel Welling
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!