print a percent sign in python code example Example: python print percent sign print("%d %% done!" % 100) // prints "100 % done!"