python_datetime_strftime_percent.py:
x
 
import datetime
x = datetime.datetime.now()
print(x.strftime("%%"))