Focus mode
2
3
-3
2 + 2
4
8 - 2
6
2*2
4
2.3
2.0
-4.5
2.3 + 3.4
5.7
8.4 - 2.2
6.2
2.2 * 2
4.4
True
False
2 > 3
False
2 < 3
True
type()
ile bakabiliriztype(2)
int
type(2.3)
float
type(True)
bool
casting
deniyorint(2.4)
2
int(2.9)
2
float()
bool
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!