Search posts, tags, users, and pages
Sunil Joshi
Just Another Terminal Geek..
Passing arguments section def function(a, b, c): print(a, b, c) list = [1, 2, 3] function(*t)
t should be list
Manoj Paramsetti
Programming, Android, Linux
Thanks Sunil Joshi, I've updated my blog. It is supposed to be _list. I had this t as variable in my VS Code and when I was writing this blog I tried to rename it to _list variable but I forgot to change its variable name in param.