import argparse x = argparse.Namespace(xuy=1, pizda="dva")x.dzhigurda = 3 print x
Standard input is empty
Namespace(dzhigurda=3, pizda='dva', xuy=1)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!