Computer Science, asked by kenishakapoor10, 2 months ago

What will be the output of the python program given below:
a=30
b=120
print (x)

1.150
2.Name Error: name x is not defined
3.30
4.120

Answers

Answered by bhumilokhande532
0

Answer:

ok

Explanation:

b=120 print (x) 1.150 2.Name Error: name x is not defined 3.30 4.120.

Similar questions