I\'m trying to make a udp calculator using python 3. when i input eg. \'2+2" on the client i was to return \'4\'. if i use the code below it just return \'2+2\'. any su