Referenced from lesson Starting to Program
Make sure you’ve loaded the code.pyret.org editor, and clicked “Run”.
-
Try typing
42
into the Interactions Area and hitting “Enter”. What happens? -
Try typing in other Numbers. What happens if you try a decimal like
0.5
? A fraction like1/3
? Try really big Numbers, and really small ones. -
String values are always in quotes. Try typing your name (in quotes!). What happens when you hit Enter?
-
Try typing your name with the opening quote, but without the closing quote. What happens? Now try typing it without any quotes.
-
Is 42 the same as
"42"
? Why or why not? Write your answer below:
Operators
-
Just like math, Pyret has operators like
+
,-
,*
and/
. Try typing in4 + 2
, and then4+2
(without the spaces). What can you conclude from this? Write your answer below: -
Type in the following expressions, one at a time:
4 + 2 + 6
,4 + 2 * 6
,4 + (2 * 6)
. What do you notice? Write your answer below: -
Try typing in
4 + "cat"
, and then"dog" + "cat"
. What can you conclude from this? Write your answer below:
These materials were developed partly through support of the National Science Foundation,
(awards 1042210, 1535276, 1648684, and 1738598).
Bootstrap:Integrated Oklahoma by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.