Revision history of "Format Python"

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 00:06, 29 April 2021Chao talk contribs 596 bytes +596 Created page with "== Format == === String Format === <syntaxhighlight lang="python"> print("I'm %s. I'm %d year old" % ('Vamei', 99)) print ('this is %s %%') (% date) # %% to print % </syntaxhi..."