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
1
"2" print a
please brainiest kar dena
Answered by
1
Answer:
c the out put will be of this python statement
Explanation:
"c" print (x)
Similar questions