The output for these statements in python is.....
Attachments:
Answers
Answered by
0
Answer:
Answer of first is false
Answer of second is error
Answer of third is error
Answered by
3
i)a = 10
b = 25
print (a > 100 and b > 200)
Output:
Refer to attachment 1!
ii)m = "India"
p = "Delhi"
print(p + m)
Output:
Refer to attachment 2!
iii)A = 15
if A > 100:
print("Welcome")
else:
print("Get Lost")
Output:
Refer attachment 3!
Attachments:
Similar questions
English,
5 months ago
Math,
5 months ago
Math,
10 months ago
Social Sciences,
1 year ago
Biology,
1 year ago