diff --git a/01-intro.html b/01-intro.html index 33422bab8..b28a2316a 100644 --- a/01-intro.html +++ b/01-intro.html @@ -319,10 +319,10 @@
Any Python interpreter can be used as a calculator:
-Once we have data stored with variable names, we can make use of it in calculations. We may want to store our patient’s weight in pounds as well as kilograms:
@@ -486,8 +483,7 @@patient_id = 'inflam_' + patient_id
-To carry out common tasks with data and variables in Python, the
language provides us with several built-in functions. To display information to
the screen, we use the print
function:
A variable in Python is analogous to a sticky note with a name written on it: assigning a value to a variable is like putting that @@ -634,8 +629,7 @@
What values do the variables mass
and age
have after each of the following statements? Test your answer by
@@ -656,7 +650,7 @@
Python allows you to assign multiple values to multiple variables in one line by separating the variables and values with commas. What does @@ -696,7 +689,7 @@
What are the data types of the following variables?
Template licensed under CC-BY 4.0 by The Carpentries
-Built with sandpaper (0.16.5), pegboard (0.7.6), and varnish (1.0.3)
+Built with sandpaper (0.16.6), pegboard (0.7.6), and varnish (1.0.4)