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 e218077

Browse files
committed
DOCS Added docs to print_two_dm_int_array function
1 parent b89a2c6 commit e218077

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
@@ -37,6 +37,7 @@ def print_two_dm_boolean_array(the_array: [[bool]]) -> None:
3737

3838

3939
def print_two_dm_int_array(the_array: [[int]]) -> None:
40+
"""Print the formatted contents of an int two-dimensional array"""
4041
for row in the_array:
4142
for col in row:
4243
print(f'[{col}]', end="")

0 commit comments

Comments
(0)

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