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 ea2d28d

Browse files
committed
DOCS Added docs to print_int_array function
1 parent 8daba6d commit ea2d28d

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
@@ -49,6 +49,7 @@ def print_two_dm_int_array(the_array: [[int]]) -> None:
4949

5050

5151
def print_int_array(the_array: [int]) -> None:
52+
"""Print the formatted contents of an int array"""
5253
for item in the_array:
5354
print(f'{item} ', end="")
5455

0 commit comments

Comments
(0)

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