November 2020

Building blocks of Python language

Building blocks of Python language

Tokens and character sets are Building blocks of the Python programming language. Character set All characters that python can recognize. The below table illustrates the Python character set along with examples. character Set Examples Letters:-Upper case and lower case english alphabets A-Z,a-z Digits:-all digits 0-9 Special symbols space,+,-,**,*,%,//,/,==,!=,>,< Whitespaces Blank space,tabs Other unicode characters All …

Building blocks of Python language Read More »