From f7e2465681570eaac6e51918a8656bed955113f8 Mon Sep 17 00:00:00 2001 From: Janine Tiefenbruck Date: Tue, 3 Oct 2023 13:08:09 -0700 Subject: [PATCH] capitalize False --- docs/disc01/index.html | 2 +- problems/disc/disc01-datatypes_math.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/disc01/index.html b/docs/disc01/index.html index d8af32e4..bfdf2e6a 100644 --- a/docs/disc01/index.html +++ b/docs/disc01/index.html @@ -96,7 +96,7 @@

Problem 1.3

min(prices / calories).


Problem 1.4

-

True or false: min(prices / calories) is the same as +

True or False: min(prices / calories) is the same as max(calories / price).



diff --git a/problems/disc/disc01-datatypes_math.md b/problems/disc/disc01-datatypes_math.md index c465f722..98007dc3 100644 --- a/problems/disc/disc01-datatypes_math.md +++ b/problems/disc/disc01-datatypes_math.md @@ -54,7 +54,7 @@ When we divide two arrays of the same length, their corresponding elements get d # BEGIN SUBPROB -True or false: `min(prices / calories)` is the same as `max(calories / price)`. +True or False: `min(prices / calories)` is the same as `max(calories / price)`. # BEGIN SOLN