Skip to content

Commit 6df54ab

Browse files
committed
things change
1 parent 65f3ce6 commit 6df54ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Now we know how to make Python show text.
1010
>>>
1111
```
1212

13-
But that includes `''`. One way to show text to the user without `''` is with the print function, which was previously used for printing a `None`. In Python, printing doesn't have anything to do with physical printers, it just means showing text on the screen.
13+
But that includes `''`. One way to show text to the user without `''` is with the print function. In Python, printing doesn't have anything to do with physical printers, it just means showing text on the screen.
1414

1515
```py
1616
>>> print('Hello!')

0 commit comments

Comments
 (0)