The not equal to operator
!=
This address uses dot notation for computers.
IPv4
The type of loop that will run code for each element in the iterable.
For loop
input() will return this data type.
string
___ is the name given to adding strings together.
Concatenation
The exponent operator.
**
These servers store the ip addresses for websites you ask for.
Domain Name Servers
This loop is controlled with a conditional expression.
While loop
The data type enclosed with square brackets.
Lists
This function returns the length of a list or string
len()
Shorthand for incrementing a variable by one.
+=1
These have payloads of actual data for the computers that requested them.
packets
While loops run when the conditional expression evaluates to this.
True
List objects are ___ because you can change the elements in it.
Mutable
When slicing strings, this is used within square brackets.
colon :
string[1:5]
This operator checks whether a specified value is within a sequence of elements.
in operator
This is made of eight bits.
Byte
These are the boolean operators
and, or, not
The decimal value of 10111101
189
_init_ is a special function that does this.
create an instance (copy) of a class known as an object