0
Scope of Variables
I'm surprised I've not come across any mention of "scope" in relation to variables in the tutorials yet (and I'm up to the last-but-one tutorial). It's quite an important concept to understand.
6 Respostas
+ 2
There are many important things which is not mentioned in this tutorial, basically sololearn tutorials are for beginners, and I think after learning basics from here, one is capable enough to search for advance methods and concepts for himself.
0
There are many important concepts that aren't covered. It's a beginner tutorial.
You'll eventually have to graduate towards www.python.org.
0
I have done already, and quite a few other resources.
0
attaboy/attagirl
0
I don't think "scope" is an "advanced concept, it's pretty basic concept that beginners should be made aware of". In other languages, the scope of variable is explained relatively early on, e.g. variables -> functions -> scope.