Skip to content

Commit e3020c4

Browse files
committed
help instructions were moved
1 parent 4e6b984 commit e3020c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

using-functions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ Calling a function without assigning the return value to anything (e.g. `print('
6767
>>>
6868
```
6969

70-
If you still have trouble understanding functions, feel free to come to a good Python IRC channel like [#python](https://kiwiirc.com/client/irc.freenode.net/#python), [##python-friendly](https://kiwiirc.com/client/irc.freenode.net/##python-friendly) or [##learnpython](https://kiwiirc.com/client/irc.freenode.net/##learnpython). There will be plenty of skilled people ready to help you. Just ask your question nicely and be patient.
71-
7270
You can also pass multiple parameters separated with commas. The print function will add spaces between them.
7371

7472
```py

0 commit comments

Comments
 (0)