[issue36442] Different ValueError for the same operation in List and Tuple

2019-03-26 Thread Hardik
New submission from Hardik : I am curious why ValueErrors are different in List and Tuple when I try to get an index. ValueError of a list returns in well format with actual argument "ValueError: 'ITEM' is not in list", whereas tuple returns something like this "

[issue36393] python user define function is replacing variable value

2019-03-21 Thread Hardik
New submission from Hardik : I have created function "listappend():"with two arguments.Function can append list value with each function call and return updated value. I am trying to store this updated value into variable which I can but when I call listappend() to update it c