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
Edit for better grammar in sentences, structure, errors.
Multiple & Several
The two are nearly synonymous, but in technical/numerical contexts multiple is definitely preferred.
It is very good practice that all functions return something, even if it is `None`. With your function returns, you can create algorithms that use multiple functions at the same time.
7
8
8
-
Is a very good practice that all functions return something, even if it is `None` if your functions return something you can then create algorithms that use several functions at the same time. For example, in this particular case we have two functions available:
9
+
For example, in this particular case we have two functions available:
9
10
10
11
```md
11
12
dollar_to_euro: that calculates the value in euros of a given value in dollars.
0 commit comments