Logical operators are the ways through which relationships among values can be connected.
if marks == 55 and grade == 'B':
pass
Logical operators are the ways through which relationships among values can be connected.
if marks == 55 and grade == 'B':
pass