Changes

Jump to navigation Jump to search

Workshop: Introduction to programming (with Python)

11 bytes added, 23:13, 12 September 2019
Basic Operators
*'''AND''' or '''&''' - If both the statements are true then condition becomes true
*'''OR''' or '''|''' - If any of the statements are true then condition becomes true
*'''NOT''' - Used to reverse the logical state
*'''IN''' - Checks if an element exists inside of a sequence (or list)
118
edits

Navigation menu