Computer Science, asked by arjun15571, 4 months ago

5) Write python expressions to represent the following situation
(1)Add remainder of 8/3 to the product of 8 and 3.
(2) Find the sum of the square root of 8 and 43.
6) Identify the error in the following python statement:
<<<print("my first name is priya")
Identify invalid variable names from the following. Give reasons for each
Group if int total marks, S.I.volume tot_strength #tag tag$,9a.
7) Write down the syntax for range() function
8) Explain the difference between break and continue.

Answers

Answered by shia07
4

Explanation:

(1)Add remainder of 8/3 to the product of 8 and 3.

(2) Find the sum of the square root of 8 and 43.

6) Identify the error in the following python statement:

<<<print("my first name is priya")

Identify invalid variable names from the following. Give reasons for each

Group if int total marks, S.I.volume tot_strength #tag tag$,9a.

7) Write down the syntax for range() function

8) Explain the difference between break and continue.

Similar questions