19ceng / ceng203vy

Veri Yapıları
15 stars 8 forks source link

kesir SVT tasarımı #2

Open seyyah opened 14 years ago

seyyah commented 14 years ago

Ne

Kesir SVT tasarımı

Nasıl

ders notları

Çıktı

örnek çalışma

f1 = Fraction(2,5)
f2 = Fraction(3,5)
f3 = f1 + f2
print f3
1/1
frkcn commented 13 years ago

 bir çözüm:

https://gist.github.com/720455