{{{#!python a = [10, 20, 30, 40] print (isinstance(a, list)) }}} ---- {{{ True }}}