s="szyfrowanie"print(s[-1])print(s[-5:-2])print(s[-5:])print(s[:-2])
Standard input is empty
e wan wanie szyfrowan
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!