← Back to List

17548번: Greetings! ↗

Solutions

Python 3
36 B | 36 chars
print(f"h{'e'*(len(input())-2)*2}y")