#PythonTokens
*Keywords--> False,True,return
*Literals--> datatypes like bool,int,float
*Operators--> arithmatic and logic computation like /,//,**,*,+,-
*Identifiers--> some random combinations of character like alphabets,digits,etc.
*Punctuators--> parentheses ( ) , braces { } these are punctuators