in Python by (31.6k points)
What Is Whitespace In Python?

1 Answer

0 votes
by (32.2k points)

Whitespace represents the characters that we use for spacing and separation.

They possess an “empty” representation. In Python, it could be a tab or space.

Related questions

+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986 (31.6k points)
...