import sys def introduce(b:str): a=b print("I am {} and I am studying Python in Nowcoder!".format(a)) c=introduce(input())