import sys

name = input()
print(f"I am {name} and I am studying Python in Nowcoder!")