Question: python > Question 7 Suppose x = 10 and y = '10'. Why does x + y create an error message? O Because you cannot
> Question 7 Suppose x = 10 and y = '10'. Why does x + y create an error message? O Because you cannot add an integer and a string. O Because the result would overflow the computer memory. O Because you need assign x +y to a new variable. Because x and y are not proper variable names
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
