x = 1 That's right. X will still equal 1. The value of the variable x is passed to the function, not the variable itself.
x = 1
ReplyDeleteThat's right. X will still equal 1. The value of the variable x is passed to the function, not the variable itself.