name = input()
print('I am {} and I am studying Python in Nowcoder!'.format(name))