Answer:
Asia is one of the world's seven continents. It is the world's most populated continent. 4,299 million people lived there in 2013, 60 per cent of the world's population.
Countries of East Asia
East Asia is generally understood to consist of China, Mongolia, North Korea, South Korea, Japan, Hong Kong, Taiwan, and Macau
<em>Characteristics of East Asia.</em>
<em>a rapidly growing economy
</em>
<em>their economy is moving away from being based on mainly primary industry
</em>
<em>investments in manufacturing (secondary) and technology (quaternary) industries
</em>
<em>attracts multinational companies
</em>
<em>a large workforce, reliable and initially prepared to work for long hours for little pay</em>
<em />
The Christians want to win back the holy land and the pope wishes to see the holy land under Christian rule so they set up the crusade. There was also a King's Crusade which the pope set up.
Not sure if it is right.
Answer:
the results are unlikely to have occurred by chance and if the study is repeated under the same condition, a similar result is most likely to be gotten
Explanation:
For a result of a study to be statistically significant means that the result is unlikely to have occurred by chance or error since the error term has been considered during analysis and the study effect was still significant and that the study if repeated under the same conditions will must likely give the same result.
Answer:
Dictionary
Explanation:
Most Data types do hold only one value as an element, python's Dictionary holds key/value pair. In Python, DICTIONARIES are unordered collection of data. These data are used to store values, for instance in the question given, writing the script that will make use of user input contact names and their associated phone numbers; DICTIONARY is ideal for storing and accessing these associated values.
When creating a python's Dictionary it is worthy of note that dictionary keys are case sensitive. Dictionary, in Python can be created by imputing sequence of elements within - {}, and then you separate {} by ‘comma’. For example;
# Creating contact names
Dict = {}
print("contact name: ")
print(Dict)
Answer:
Cyrus
Explanation:
I got the answer from another person who asked the same question