Im making a simple web srape code and when i try to print a value it gives me something else.
def PeopleSearch(): query = SearchTerm query = (\'what is \'+ quer
StringVar is an object which manages the value - to get the value itself you want SearchTerm.get()