Computer Science, asked by sanika1210, 8 months ago

def increment(x): x=x+1 x=3 print(x) increment(x) print(x) show flow of execution

Answers

Answered by Anonymous
1

Answer:

Hi.. there are errors in your code..so b cause if it it's difficult to predict the output..

Regards

Similar questions