Skip to content

Commit 5f41c22

Browse files
Merge pull request #148 from LaunchCodeEducation/ticket/265
resolved ticket 265
2 parents 364e009 + b10d0b8 commit 5f41c22

File tree

1 file changed

+2
-2
lines changed
  • content/data-and-variables/reading/vales-and-data-types

1 file changed

+2
-2
lines changed

content/data-and-variables/reading/vales-and-data-types/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Every programming language has a **type system**, which is the set of rules that
145145

146146
When discussing the differences between programming languages, the details of type systems are one of the main factors that programmers consider. There are other aspects of type systems beyond just how values are categorized. We will explore these in future lessons.
147147

148-
## Check Your Understanding
148+
<!-- ## Check Your Understanding
149149
150150
{{% notice green Question "rocket" %}}
151151
Which of these is *not* a data type in Python?
@@ -154,4 +154,4 @@ Which of these is *not* a data type in Python?
154154
1. string
155155
1. letter
156156
1. object
157-
{{% /notice %}}
157+
{{% /notice %}} -->

0 commit comments

Comments
 (0)