i have tried that 2 days ago.

Problem is that you maintained space before and after '%s'  which wont work
within like

How would you type it without space as in "%%s%" ?

Στις Κυρ, 26 Μαρ 2017 στις 5:32 μ.μ., ο/η INADA Naoki <
songofaca...@gmail.com> έγραψε:

> > I MEAN HOW TO DIFFERENTIATE '%S' FROM LITERAL '%' character.
> >
>
> >>> '%% %s %%s' % (42,)
> '% 42 %s'
>
> Use %%
>
-- 
What is now proved was at first only imagined!
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to