params = {'hui': 1, 'pizda': 2}if params: s = '&'.join(f'{k}={v}' for k, v in params.items()) print(s)
Standard input is empty
hui=1&pizda=2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!