Skip to content

Commit fed97d2

Browse files
author
Joseph Luce
authored
Update compute_string.md
1 parent e529c57 commit fed97d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

real_interview_questions/Google/compute_string.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def get_result(n1, n2, operator):
4646
4747
assert calculate_string('1+2-[3-4]') == 4
4848
#assert calculate_string('1+2-[-3-4]') == 10
49+
#assert calculate_string('11+22-[-3-44]') == 80
4950
assert calculate_string('[1-2]+[3+4]') == 6
5051
assert calculate_string('1+2-3-4') == -4
5152
assert calculate_string('[1-2]+3-4') == -2

0 commit comments

Comments
 (0)