She is communicating by using a gesture...
Please mark as brainliest...
Answer:
the smallest number start with the first number of the alphabet
Www stands for world wide web
In python 3.8:
user_input = input().split()
x = user_input[0]
char = user_input[-1]
for w in range(1,int(x)+1):
if char in user_input[w]:
print(user_input[w])
I hope this helps