Forwarded from Tech C**P (Alireza Hos.)
What do you think the best way is to extract active users from the list below in
Waiting for the answers :)
#python #question
Python
?users = [
{
"email":"[email protected]",
"is_active":True
},
{
"email":"[email protected]",
"is_active":True
},
{
"email":"[email protected]",
"is_active":False
},
{
"email":"[email protected]",
"is_active":False
}
]
Waiting for the answers :)
#python #question