from var_dump import var_dump var_dump(123) # output: #0 int(123) var_dump(123.44) # output: #0 float(123.44) var_dump("this is a string") # output: #0 str(16) "this ...
v1.0.0 for World of Tanks 1.11.0.0 and Python 2.7.x This tool is intended for mod making for World of Tanks. The game has no publically available documentation or client API so this tool hopefully ...