<span>Pope Leo X lives in Vatican City, which is inside Rome. So, Rome was the central power of Europe at that time.
</span><span>
When trying the rebuild the St. Peter's Basilica the church ran out of money for the project. So, Pope Leo X started selling indulgences for money.
Sorry I only got two.
</span>
Answer:
B.
Explanation:
A case concerning a dispute between Maryland and Delaware.
The federalist position on the adoption of the Constitution was the argument of the difficulties facing republic which could be overcome only by the new government based on the Constitution.
The nation that attended the Congress of Panama in 1826 in the options was A. Columbia.
<h3>What was the Congress of Panama?</h3>
In 1826, Simón Bolívar called for the Congress of Panama which was to help the newly independent Latin American republics to come up with a unified policy.
Columbia attended but Brazil did not. Chile and Argentina did not like how influential Simón Bolívar was and so did not attend either.
Find out more on the Simon Bolivar at brainly.com/question/1402690.
#SPJ12
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)