SyntaxFix
Write A Post
Hire A Developer
Questions
I don't think that you'll like it but I made a pair port for python :) using it is some how similar to c++
pair = Pair pair.make_pair(value1, value2)
or
pair = Pair(value1, value2)
here's the source code pair_stl_for_python