Computer Science, asked by smithaajith16, 10 days ago

If x = 2 Indicate what each of the following Python statements would print. a) print("x")
b) print(’x’)
c) print(x)
d) print("x + 1")
e) print(x + 1)​

Answers

Answered by mahatoputul143
1

"2" print a

please brainiest kar dena

Answered by lasyar202
1

Answer:

c the out put will be of this python statement

Explanation:

"c" print (x)

Similar questions