INDEX
Symbols & Numbers
+ (addition operator), 52–53
+= (addition shorthand), 66
* (asterisk), importing all functions with, 245
/ (division operator), 62
/= (division shorthand), 66
"" (double quotation marks), for strings, 70
= (equal sign), assigning values to variables with, 32
== (equal to), 88
** (exponential operator), 64–65, 95–96
> (greater than), 92
>= (greater than or equal to), 93–94
# (hash mark), for comments, 39
< (less than), 92–93
<= (less than or equal to), 93–94
* (multiplication operator), 62
*= (multiplication shorthand), 66
!= (not equal to), 90–91
'' (single quotation marks), for strings, 70
[] (square brackets), for defining lists, 172
- (subtraction operator), 56
-= (subtraction shorthand), 66
""" (triple quotation marks), ...
Get Learn to Program with Minecraft now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.