lists
assign list to variables
args
=
[
'fill'
,
'255'
,
'255'
,
'255'
]
cmd
,
*args
=
args
# OR
cmd
=
args.
pop
(
0
)
do_cmd
(
cmd
,
*args
)