News

In Python, a SyntaxError happens when the interpreter finds code that does not conform to the rules of the Python language.
i used to write proc someproc(): (as in python's def func():) instead of proc someproc()= it gives a indentation error which could be confusing for newby's maybe ...
01 Introduction 02 Variables, Built-in Functions 03 Operators 04 Strings 05 Lists 06 Tuples 07 Sets 08 Dictionaries 09 Conditionals 10 Loops 11 Functions 12 Modules 13 List Comprehension 14 Higher ...