Skip to content

Commit 0229301

Browse files
committed
Reduce slide length
1 parent 787a6ce commit 0229301

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

Slides/D1_WhatToExpect.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,11 +791,10 @@ <h2>Variable Assignment</h2>
791791
</section>
792792
<section id="variable-naming-requirements-and-conventions" class="slide level2">
793793
<h2>Variable Naming Requirements and Conventions</h2>
794+
<div class="fragment">
794795
<div style="font-size:18pt">
795-
<ul>
796-
<li class="fragment">Variable names cannot begin with a number</li>
797-
<li class="fragment">Variable names cannot contain spaces</li>
798-
</ul>
796+
<p>Variable names cannot begin with a number or contain spaces</p>
797+
</div>
799798
</div>
800799
<div class="fragment">
801800
<div style="font-size:18pt">

Slides/D1_WhatToExpect.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,10 +1064,11 @@ y + " " + z
10641064

10651065
## Variable Naming Requirements and Conventions
10661066

1067+
. . .
1068+
10671069
<div style="font-size:18pt">
10681070

1069-
+ Variable names cannot begin with a number
1070-
+ Variable names cannot contain spaces
1071+
Variable names cannot begin with a number or contain spaces
10711072

10721073
</div>
10731074

Slides/D2_BinaryAndFloatingPointNumbers.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,4 +692,5 @@ $$\overbrace{0}^{\text{sign}}\underbrace{100\cdots 01}_{\text{Exponent, 11 bits}
692692

693693
***Next Time:*** A Crash Course in Numerical Python.
694694

695-
:::
695+
:::
696+

0 commit comments

Comments
 (0)