Computer Science, asked by MakaaLODA5227, 10 months ago

In python x=1,
x=2*x+1 .
print (x)
in python

Answers

Answered by Anonymous
0

Answer:

3

Explanation:

x = (2 * 1) + 1

x = 2 + 1

x = 3

Answered by nsprabha
0

Answer:

3

Explanation:

x = (2 * 1) + 1 = 2 + 1  = 3

Similar questions