print_unicode
Task that both logs and print strings containing funny characters.
def print_unicode(
log_message: string = hå它 valmuefrø,
print_message: string = hiöäüß
)
Task that both logs and print strings containing funny characters.
Parameters
| Name | Type | Description |
|---|---|---|
| log_message | string = hå它 valmuefrø | The string containing special characters to be recorded by the system logger at the warning level |
| print_message | string = hiöäüß | The string containing special characters to be output directly to the standard output stream |
Returns
| Type | Description |
|---|---|
| This function does not return a value. |