Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c30e27a

Browse files
committed
DOCS Added docs to print_two_dm_boolean_array function
1 parent 57b6cf9 commit c30e27a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎main.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def to_binary_string(n: int) -> str:
2121

2222

2323
def print_two_dm_boolean_array(the_array: [[bool]]) -> None:
24+
"""Prints the content of a boolean two-dimensional array, '*' for true and ' ' otherwise"""
2425
for row in the_array:
2526
for col in row:
2627
if col:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /