-
Notifications
You must be signed in to change notification settings - Fork 0
Utilities
Jordan Welsman edited this page Feb 16, 2023
·
1 revision
The utilities
sub-module is reserved for useful pieces of code that don't quite fit into any of the other sub-modules.
Fun fact: this was jutils' first function. It does nothing other than what you'd expect.
from jutl.utilities import hello_world
print(hello_world()) # prints "Hello, World!"
print(hello_world(name="Jordan")) # prints "Hello, Jordan!"
Argument | Data type | Default | Description |
---|---|---|---|
name |
string | None |
The name to greet |
Argument | Required | Accepted values |
---|---|---|
name |
❌ | Any string |
This function returns a string containing a greeting.
This function does not have any side-effects.
Created, and maintained by Jordan Welsman @ BU.
jutils
, jutl
Copyright (c) 2022-2023, Jordan Welsman.
All rights reserved.