Module trallnags_hello_python.main

Expand source code
# Copyright © 2020 Tim Schwenke <tim.and.trallnag+code@gmail.com>
# Licensed under Apache License 2.0 <http://www.apache.org/licenses/LICENSE-2.0>

print("hello")


def random_function():
    print("whatever")

Functions

def random_function()
Expand source code
def random_function():
    print("whatever")