Skip to content

Commit a9c1683

Browse files
authored
Update README.md
1 parent b150ca7 commit a9c1683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/01-Console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tutorial: "https://www.youtube.com/watch?v=2sV-2frucUs"
66

77
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".
88

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).
1010

1111
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.
1212

0 commit comments

Comments
 (0)