I am very new to python.
I am making a program to see if certain part of current line is same as that of next line
for example
perter's age is 16
john's age is 16
Craig's age is 18
I want to see if people's ages are the same or not.
how do you set a program to compare the ages?
thank you in advance