Logical Operators in Python Part 4
Rushikesh J.
QA Automation Engineer @Vinz Global | Robot Framework | Manual Testing, Automation Testing | Python | Selenium | GIT | JIRA | Immediate Joiner | API Testing Using Postman | Jenkins
Logical Operators
There are some operators, that are used as logical in Python.
It return Boolean value, true or false.
?and (&&) operator
?or (||)operator
?not (!) operator