Hi, I am new to python but learned somewhat about lists, tuples, dictionaries, db and gui (just introductory stuffs), and am trying to write a program that will alllow users to input some key words to search in a report. if key words are present in the report then the program should highlight them either yellow or red or any color highlight over the key words.
how can i code it?
Thanks