Answer:
def get_middle_ten(sentence):
ind = (len(sentence) - 12) // 2
return sentence[ind:ind + 12]
# Testing the function here. ignore/remove the code below if not required
print(get_middle_twelve("abcdefghijkl"))
print(get_middle_twelve("abcdefghijklmnopqr"))
print(get_middle_twelve("abcdefghijklmnopqrst"))
Answer:
https://www.python.org/about/gettingstarted/
Explanation:
its a site i used
The two major types of DNS request are as follows;
- Recursive Query
- Iterative Query
<h3>What is a domain name system?</h3>
Domain name system is abbreviated as DNS.
A Domain Name System (DNS) converts domain names into IP addresses, which allow browsers to get to websites and other internet resources.
Basically, DNS is a directory of names that match with numbers.
Computer uses IP addresses to communicate, therefore, the DNS convert domain names to IP address for communication.
The two major types of DNS request are as follows;
- Recursive Query - Query that demands a resolution
- Iterative Query - Query that does not demand a resolution.
learn more on DNS here: brainly.com/question/14397200
#SPJ11
Answer:
nuclear power plant
Explanation:
A nuclear reactor, or power plant, is a series of machines that can control nuclear fission to produce electricity. The fuel that nuclear reactors use to produce nuclear fission is pellets of the element uranium. In a nuclear reactor, atoms of uranium are forced to break apart.
Answer:
name
Explanation:
name =
is an assignment to the variable called 'name'.