ternary operator use Question What is the use of ternary operator? in progress 0 Python YashikaKhurana 56 years 1 Answer 908 views Master 0
Answer ( 1 )
Ternary operator is used o simplify the syntax of the if-else loop.