Skip to content

Commit ae41b65

Browse files
author
Twinters007
committed
Updated python 8
1 parent 5cc359f commit ae41b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

065-python-basics-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A boolean is a value that is either True or False. Given an list of arrays of integers as `[a,b]` stored in `args`, for each array, if the sum of `a + b <= 25` then concatenate the value "1" to represent the value `True` to a string. Otherwise, concatenate "0" to represent the value `False`.
77
## Hint
88

9-
I wonder if there's a built in sort function?
9+
Use your knowledge from previous problems and apply it here!
1010

1111
## Solution
1212
Python allows you to store an array as individual values in a for loop.

0 commit comments

Comments
 (0)