Question: python 5. Hint: In general, you can't perform mathematical operations on strings, even if the strings look like numbers. Type in these and see what
python

5. Hint: In general, you can't perform mathematical operations on strings, even if the strings look like numbers. Type in these and see what happens: '2'-'1' 'eggs'/'easy' 'third''a charm Now type in these and see what happens: first = 'throat second = 'warbler' print first + second
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
