Keywords = 'not' Flashcards

1
Q

lst = []

What is a simplified way to write the “if” statement below

if lst == False:

A

if not lst

How well did you know this?
1
Not at all
2
3
4
5
Perfectly