I'm new to python, I've only been using it for about 5 months but I'm ambitious and am currently working on a project to help me in the long run in terms of GCSEs.
print PercentComplete, "% complete"
I want to remove the space so instead of it printing "6.66 % complete", it would print "6.66% complete"
Many thanks Miles