Focus mode

Python Temel

Short-circuit

Short circuit


(5 < 3) and print("hey")
False
(5 > 3) or print("hey")
True
(5 < 3) or print("hey")
hey
(5 > 3) and print("hey")
hey


left-disk

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!

right-cube

Test

Comments

You need to enroll in the course to be able to comment!