Codes for quilting: Revision history

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.

22 October 2020

15 October 2020

  • curprev 17:3317:33, 15 October 2020Naaami talk contribs 229 bytes +229 Created page with " <b>loops</b> for x in range(10): print ("hello python") print (x) x = 1 while x<10: print (f"x is {x}") x = x + 1 <b>.random</b> import random dir (random)..."