python-drone-test/main.py
Bentozox 2bf081c0fc
Some checks failed
continuous-integration/drone/push Build is failing
test2 that should fail
2022-10-10 11:33:35 +02:00

10 lines
109 B
Python

def is_hello_world(text : str):
return text is not None and text.strip().lower() == "hello world"