this is my code: print str(float(1/3))+'%' and it shows: 0.0% but I want to get 33% What can I do? 7 Answers 7 Tags: pythonpython-2.x