Odak modu
Temel Veri Tipleri (Basic Data Types)
2
3
-3
2 + 2
8 - 2
2*2
2.32.0-4.5
2.3 + 3.4
8.4 - 2.2
2.2 * 2
TrueFalse2 > 3
2 < 3
type() ile bakabiliriztype(2)
type(2.3)
type(True)
casting deniyorint(2.4)
int(2.9)
float()
Yorum yapabilmek için derse kayıt olmalısın!