diff --git a/02-python_fundamentals.html b/02-python_fundamentals.html index bf8cacc5..cf2601d1 100644 --- a/02-python_fundamentals.html +++ b/02-python_fundamentals.html @@ -648,7 +648,7 @@
The body of the loop is executed 6 times.
C gets printed because the first two conditions,
4 > 5
and 4 == 5
, are not true, but
@@ -1233,7 +1233,7 @@
There is a built-in
function abs
that returns the absolute value of a
@@ -1257,7 +1257,7 @@
Python will first execute the function add
with
a = 7
and b = 3
, and, therefore, print
@@ -1124,7 +1124,7 @@
Attempting to define the numbers
function results in
4. SyntaxError
. The defined parameters two
and
diff --git a/aio.html b/aio.html
index 2d75453b..cde6f368 100644
--- a/aio.html
+++ b/aio.html
@@ -932,7 +932,7 @@
The body of the loop is executed 6 times.
C gets printed because the first two conditions,
4 > 5
and 4 == 5
, are not true, but
@@ -3037,7 +3037,7 @@
There is a built-in
function abs
that returns the absolute value of a
@@ -3061,7 +3061,7 @@