Question: i need the answer for these questions please!! asap In Exercises 1 through 12, evaluate the numeric expression without the computer, and then use Pythoe

In Exercises 1 through 12, evaluate the numeric expression without the computer, and then use Pythoe to check your answer. 2. 72 4.3+(45) 6. 3((2)+5) 8. 14,4 I0. 14/4 12. 5,5 In Exercises 13 through 18, determine whether the name is a valid variable name. 14. room\&Board 16. 1040B 18. INCOME 2008 In Exercises 19 through 24, evaluate the numeric expression where a=5,b=3, and c=7. 20. a(b+c) 24. (ca)b In Exercises 25 through 30, write lines of code to calculate and display the values. 26. (34)=(43)28(21)+5 30. 1(24)=2n4 In Exercises 31 and 32 , complete the table by filling in the value of each variable after each line is executed. 32. In Exercises 33 through 38, determine the eutput displayed by the lines of code. 34. d=5 d=1 print (d,d+1,d2) 36. points =30 points t= =20=10 print(points) 33, totalMeters =30255 kilo Meters = totalMeters //1000 meters = totalMeters %1000 print(kiloMeters, meters) In Exercises 33 through 38 , determine the output displayed by the lines of code. 34. d=5 d=1 print(d, +1,d2) 36. points =30 points += 2010 print(points) 38. totalMeters =30255 kiloMeters = totalMeters //1000 meters = totalMeters %1000 print(kiloMeters, meters) In Exercises 39 through 42, identify the errors. 40. balance =1,234 deposit =$100 print(Balance + Deposit) 42.9W=29Wprint(9W) In Exercises 49 through 54 , find the value of the function where a=6 and b=4. 50. round(a/b) 52. abs(4a) 54.int(b0.5) In Exercises 55 through 60, rewrite the statements using augmented assignment operators. 56.sum=sum60.cost=cost//3258.sum=sum7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
