Printing a percent sign

Rob Williscroft rtw at freenet.co.uk
Mon Sep 25 16:39:52 EDT 2006


 wrote in news:1159216705.649649.116260 at d34g2000cwd.googlegroups.com in 
comp.lang.python:

> Hi all. How do I escape the "%" sign in a print statement so that it
> prints? Thanks.
> 

print "%%"

Rob.
-- 
http://www.victim-prime.dsl.pipex.com/



More information about the Python-list mailing list