--astral data: 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.

    9 December 2013

    • curprev 10:4410:44, 9 December 2013Mihail Bakalov talk contribs 1,029 bytes +1,029 Created page with "import csv import turtle t = [] r = csv.DictReader(open("asas.csv")) counter=0 f = [] for row in r: if row.get("Class") == "Mira": t.append(int(float(row.get("DEC")))) ..."