Skip to content

Instantly share code, notes, and snippets.

#!-*- coding:utf-8 -*-
import csv
people = csv.reader(open('ogrenci_listesi1.csv'))
hash_people = {}
for k in range(0, 149):
hash_people[k] = 0
for row in people:
from math import *
class space ():
def __init__(self):
self.point_list = []
self.lines_list = []
self.screen_list = []
outter_space = space()