Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

walrus with ternary python

do_something(list_of_roles) if (list_of_roles := get_role_list(username)) else "Role list is [] empty"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #walrus #ternary #python
ADD COMMENT
Topic
Name
9+7 =