Computer Science, asked by shreyhirawat0, 9 months ago

17. What will the output of following print
Statement
print (3 + 18/9 - 3**2+1)
(1.5 Points)
Enter your answer​

Answers

Answered by gyaneshwarsingh882
0

Answer:

Explanation:

i) Serial_no.: Invalid - Identifier in python cannot contain any special character except underscore(_).

ii) 1st_Room: Invalid - Identifier in Python cannot start with a number.

iii) Hundred$:  Invalid - Identifier in Python cannot contain any special character except underscore(_).

iv) Total Marks: Invalid - Identifier in Python cannot contain any special character except underscore(_). If more than one word is used as a variable then it can be separated using underscore ( _ ), instead of space.

v) Total_Marks: Valid

vi) total-Marks: Invalid - Identifier in Python cannot contain any special character except underscore(_). If more than one word is used as a variable then it can be separated using underscore ( _ ), instead of a hyphen ( - ).

Similar questions