- 1
When to use print
When do use print in python
1 Answer
+ 1
Print can be used anytime you'd like to print text in the console. This can be for displaying messages, displaying the outcome of a calculation, printing user input, and virtually anything else you can think of!