Skip to content

Commit 849627e

Browse files
authored
Update README.md
1 parent 185c68c commit 849627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/02-Hello-World/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tutorial: "https://www.youtube.com/watch?v=voBO7a0KPtE"
44

55
# `02` Hello World
66

7-
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".
7+
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

99
Every language has **functions** to integrate with the console, as it was the only way to interact with the users at the beginning (before Windows, Linux or macOS arrived).
1010

0 commit comments

Comments
 (0)