Files
CodeObject/storage/zeta/py/completed/13163.py

3 lines
72 B
Python

for i in range(int(input())):print("god"+"".join(input().split()[1:]))