Computer Science, asked by ironman172008, 9 months ago

Give the output of the following commands in the Interactive mode of Python. (a) 9*3.35*6 (b) 1+7/88*8-5 (c) 285*37/87-10+98*4 (d) print("52*7 = “, 52*7) (e) Using the String Replication operator print your name 10 times. 2. Write the code for the following programs using the Script mode: (a) Write a program to find the product of two numbers X and Y , where X=222 and Y= 565 (b) Write a program to display “Valid Voter” if the following conditions is true: Age of the persons should be > = 18. (Non-anonymous question ) Your name and file upload actions will be recorded in OneDrive and visible to the form owner. Immersive Reader

Answers

Answered by deepmittal1244
0

1+7/88*8-5 (c) 285*37/87-10+98*4

Similar questions