25 lines
156 B
Markdown
25 lines
156 B
Markdown
# half_adder
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
### __init__
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
a | |
|
|
b | |
|
|
prefix | | "ha"
|
|
|
|
|
|
|
|
|