+ 1
Python functions
Unfortunately i dont get it. maybe because i dont habe pro to try the code. Someone have a good Video recommendation?
4 Réponses
+ 3
You can check out this channel where there are lots of playlists from beginners to advanced.
https://youtube.com/@neuralnine?si=b1sf23vA4erJNqCQ
+ 3
Mohammad Badra ,
here is a short demo how functions can be used and how they are working:
https://sololearn.com/compiler-playground/c8w79FUr1j7u/?ref=app
+ 2
Maybe you can find another online python playground/sandbox or you can install python on your mobile and/or computer.
Meanwhile, if you have something specific you need to understand about functions, you can get a lot of feedback here. But you'll have to tell us what you are struggling with. What about functions is confusing to you?
0
Jerry Hobby for example the return term. Or why we dont use the input function instead of all the other steps.