shiny_pyseed_demo.foo¶
This is a subpackage.
foobar(foo: str, bar: str) -> str
¶
Combine foo and bar.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
foo |
str |
Left string. |
required |
bar |
str |
Right string. |
required |
Returns:
Type | Description |
---|---|
str |
A string combining the inputs. |