In Python3 string.whitespace
— it is a pre-initialized string used as a string constant. In Python, string.whitespace
will provide character space, tabs, newlines, returns, form feed, and vertical tabs.
Syntax: string. whitespace
Parameters: Doesn’t take any parameter, since it’s not a function.
Returns: Return the characters space , tab, linefeed, return, formfeed, and vertical tab.
Note. Make sure to import the string library function to use string.whitespace.
Code # 1:
|
Exit :
Hello Geeksforgeeks
Code # 2: This code checks for whitespace.
|
Output :
printable Value is: printable Value is: printable Value is: printable Value is: printable Value is: