Login
From:
learnbyexample
(Uncensored)
subscribe
Python tip 18: arbitrary number of arguments
https://learnbyexample.github.io/tips/python-tip-18/
links
backlinks
Roast topics
Find topics
Find it!
The print() function can accept zero or more values separated by a comma. Here's how the function arguments are shown in help(print):