This commit is contained in:
parent
19d1598b3e
commit
2bf081c0fc
5
main.py
5
main.py
@ -7,8 +7,3 @@
|
||||
def is_hello_world(text : str):
|
||||
return text is not None and text.strip().lower() == "hello world"
|
||||
|
||||
|
||||
|
||||
|
||||
print(is_hello_world("ok"))
|
||||
print(is_hello_world("Hello World"))
|
Loading…
Reference in New Issue
Block a user