Computer Science, asked by wwwrajvanthisingh, 10 months ago

The output for these statements in python is.....​

Attachments:

Answers

Answered by omsurana1008
0

Answer:

Answer of first is false

Answer of second is error

Answer of third is error

Answered by Anonymous
3

\underline{\fbox{\sf\red{Program}}}

i)a = 10

b = 25

print (a > 100 and b > 200)

Output:

Refer to attachment 1!

\underline{\fbox{\sf\red{Program}}}

ii)m = "India"

p = "Delhi"

print(p + m)

Output:

Refer to attachment 2!

\underline{\fbox{\sf\red{Program}}}

iii)A = 15

if A > 100:

print("Welcome")

else:

print("Get Lost")

Output:

Refer attachment 3!

Attachments:
Similar questions