4) Print (297+3)3 *
2 points
100
Syntax Error
Ο Ο Ο Ο
101
102
Answers
Answered by
2
Answer:
297 +33
Explanation:
=330
ok urd.hdkydtidi5ri5do66s
Answered by
0
Answer:
What is the output for −
S = [['him', 'sell'], [90, 28, 43]]
S[0][1][1]
A - 'e'
B - 'i'
C - '90'
D - 'h'
Explanation:
2 - Which of the following is false statement in python
A - int(144)==144
B - int('144')==144
C - int(144.0)==144
D - None of the above
3 - Syntax error in python is detected by _________at _______
A - compiler/ compile time
B - interpreter/ run time
C - compiler/ run time
D - interpreter/ compile time
Similar questions