Skip to content

Commit 533c06c

Browse files
committed
Update 065-python-basics-8.md
1 parent 81ee2a1 commit 533c06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

065-python-basics-8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 65 - Python Basics 8
22

3-
*Written by Tim Winters*
3+
*Written by Emily Leng, Writeup by Tim Winters*
44

55
## Problem
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`.

0 commit comments

Comments
 (0)