'''
Online Python Debugger.
Code, Run and Debug Python program online.
Write your code in this editor and press "Debug" button to debug program.
'''
nick = "<Mimiru's really long nickname>"
shortnick = (nick.replace('\u200b', '')[1:16] + '..') if len(nick[1:-1]) > 16 else nick[1:-1]
print(shortnick)