Question: please write code and show output for problems 4,5 and 3 please 4. Use casting method to print the output for following lines. It should

4. Use casting method to print the output for following lines. It should correctly display number without changing its type. Number =36 txt= "My name is Cora, I have these many ahirts: " Number print(ttxt) (2 points), 5. Print the outgut of each of the following statements and explain the type of operator, operation 4 d output. ( 4 points): x=7x/=3print(x) The output is 2 and the statement is a arithmetic operator and the operation was floor division ii. a=12 b=5 print (a&b ) The output was 4 and 3. b= "Welcome to Introduction to Robotics 2021 " n Print the output for a. (b[4:]) "ome to Introduction to Robotics 2021!" b What is the 17 th character of the string? ( 2 point)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
