Followers

Thursday, November 14, 2019

PYTHON CHARACTER SET

Python Character Set 

Character set is a set of valid characters that a language can recognize. A character represents any letter, digit or any other symbol. Python supports Unicode standard. That means Python has the following Character set :-
  • letters                   [A-Z , a-z]
  • digits                    [0-9]
  • Special Symbols [space, +, -, *, / , /, [ ], { }, ( ), ", ',''', ; , %,etc]
  • Whitespaces        [Blank spaces, tabs(➝),carriage return(↲),etc]
  • Other characters  [Python can process all ASCII and unicode characters as part of data or literals]
  
So with this we are end with this Post.
JAI HIND!!! 
VANDE MATARAM!!!!!
      

No comments:

Post a Comment

If you have any doubts, please do let me Know.