s1=input() count=(len(s1)) if s1[count-3]=="d": print("Word") elif s1[count-3]=="x": print("Excel") else: print("PowerPoint")