Computer Science, asked by akgamer3334, 5 months ago

Explain punctuators (token) in python. (please)​

Answers

Answered by farid0340
1

Answer:

Have taken...

Explanation:

Pls Mark me as brainlist....

Answered by Sнιναηι
3

♣️ here's your answer ♣️

Python Fundamentals

Python Character Set: Character set is asset of valid characters that a language can recognize. A character can represents any letter, digit, or any other sign. Following are some of the python character set.

LETTERS A to Z and a to z

DIGITS 0 -9

SPECIAL SYMBOLS space ,+ -* ^ \ [] {} = != < > . ‗ ‗ ; : & #, under score(_)

WHITE SPACE Blank space , horizontal tab ( – > ), carriage return , Newline, Form feed.

OTHER CHARACTERS Python can process all ASCII and Unicode characters as part of data or literals.

Tokens: The smallest individual unit in a program is known as token or lexical unit. A token can be any keyword, Identifier, Literals, Punctuators, and Operators.

hope it helps you

thanks ☺️

Similar questions