Open seyyah opened 14 years ago
Kesir SVT tasarımı
ders notları
örnek çalışma
f1 = Fraction(2,5) f2 = Fraction(3,5) f3 = f1 + f2 print f3 1/1
https://gist.github.com/720455
Ne
Kesir SVT tasarımı
Nasıl
ders notları
Çıktı
örnek çalışma