User:Laura Macchini/code/python threading: 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.

10 June 2012

  • curprev 17:5117:51, 10 June 2012Laura Macchini talk contribs 704 bytes +704 Created page with "=Simple Threading in Python= two while loops running at the same time ;) <source lang=python> import threading import Queue import time val1 = 0 val2 = 0 def FirstLOOP(queue):..."