I am getting invalid argument error while trying to print dictionary values.
dict={"a":1,"b":2,"c":3} print(*dict) print(**dict)