ReePrime
How to test multiple flags at once in Python

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

How to test multiple flags at once in Python

S
Srce Cde

20 Views • Jun 25, 2018

Description

A PyTrick on evaluating multiple flags at once in Python. The video covers the 4 different ways for multiple flag evaluation.

Note: At 1:51, it should be "if 1 in (x,y,z)" instead of "if 1 in (x,y,x)"