import argparse a = argparse.Namespace(x=[1])b = argparse.Namespace(**vars(a))b.x.append(2)print a.x
Standard input is empty
[1, 2]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!