Learn Python - Ternary Operator

Опубликовано: 25 Октябрь 2024
на канале: Tech Programmer
57
1

In C based languages, we could write simple if else block using ternary opertor. The condition is specified before the question mark and if the condition is satisfied the statement before the colon is executed and if it is false, the statements after the colon is executed.

In Python, it's very easy. It's even better and expressive. Check out this tutorial video to see how you can write such ternary operations very easily in Python.

#Python #LearnProgramming

If you like our content, click on SUBSCRIBE button and click on Bell icon to receive latest and greatest updates of my video lessons.

Follow us on Facebook, Twitter, Instagram

Facebook Link:   / techprogrammer1  
Twitter Link:   / techprogrammer1