pw = '123456789'print(f'{pw[:3]}...{pw[-3:]}')
Standard input is empty
123...789
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!