User:Emily/Prototyping/Trimester 03/02: 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.

20 April 2015

  • curprev 16:1816:18, 20 April 2015Emily talk contribs 1,073 bytes +1,073 Created page with "<source lang=python> with open("state.en.srt") as f: lines = f.readlines() times_texts = [] current_times , current_text = None, "" for line in lines:..."