PROGRAMMING:Play PTA
This question requires you to do a simple question answering machine, for any question, as long as it contains PTA, answer yes!, No. for the rest.
####Input format:
Input the first line to give a positive integer n within the integer range, and then n lines. Each line gives a string no more than 80 in length. The sentence is composed of English letters, numbers, spaces and punctuation, and ends with carriage return.
####Output format:
For each line of sentence, if the ending character is a question mark? Is there PTA in this sentence? If yes, output yes! In one line!, Otherwise, No.
If it's not the end of the question mark, answer Nen perfunctorily.
####Input example:
```in
five
Hello!
Do you still play WZRY?
Chi Ji?
you play PTA ah?
how about pta site?
```
Output example:
```out
enen
No.
No.
Yes!
No.
```
####Tips
This topic is selected from "puzzle a 2021 challenge"< br>
answer:If there is no answer, please comment
####Input format:
Input the first line to give a positive integer n within the integer range, and then n lines. Each line gives a string no more than 80 in length. The sentence is composed of English letters, numbers, spaces and punctuation, and ends with carriage return.
####Output format:
For each line of sentence, if the ending character is a question mark? Is there PTA in this sentence? If yes, output yes! In one line!, Otherwise, No.
If it's not the end of the question mark, answer Nen perfunctorily.
####Input example:
```in
five
Hello!
Do you still play WZRY?
Chi Ji?
you play PTA ah?
how about pta site?
```
Output example:
```out
enen
No.
No.
Yes!
No.
```
####Tips
This topic is selected from "puzzle a 2021 challenge"< br>
answer:If there is no answer, please comment