You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Python, we use **print** to make the computer write anything we want (the content of a variable, a given string, etc.) in something called "the console".
8
8
9
-
Every programming language has a console, as it was the only way to interact with the users at the beginning (before Windows or macOS arrived).
9
+
Every programming language has a console, as it was the only way to interact with the users at the beginning (before Windows, Linux or macOS arrived).
10
10
11
11
Today, printing in the console is mostly used as a monitoring and debugging tool, ideal for leaving a trace of the content of variables during the program's execution.
0 commit comments