I'm a beginner learning to use Python, and the IDE that use is Atom. But whenever I use a function, it just gives me the time taken to perform the task with a blank result. Any help?
python
def hello_func()
print('Hello World')
print(hello_func())
expect it to print the string but instead end up getting a blank, no error message or anything just blank