Function
print_greeting
(greeter: Greeter, name: str)
Source from the content-addressed store, hash-verified
| 17 | |
| 18 | # Function |
| 19 | def print_greeting(greeter: Greeter, name: str): |
| 20 | print(greeter.greet(name)) |
| 21 | |
| 22 | # Main execution |
| 23 | if __name__ == "__main__": |
Tested by
no test coverage detected