hello = 'hello' world = 'world' print('{hello} {world}'.format(hello=hello,world=world))
Loading collection data...