mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
added stringfunctions.py
This commit is contained in:
parent
57dc8daa57
commit
24125e3b7d
@ -80,5 +80,4 @@ def is_title(string):
|
||||
Returns:
|
||||
bool: True if the string is in title case, False otherwise.
|
||||
"""
|
||||
return string.istitle()
|
||||
|
||||
return string.istitle()
|
Loading…
x
Reference in New Issue
Block a user