The code that read two numbers from user input, then, print the sum of those numbers are as follows:
x = int(input("write a number: "))
y = int(input("write another number: "))
print(x + y)
<h3 /><h3>Code explanation</h3>
- The first line of code ask the user for a number input. The integer input is stored in a variable x.
- The second line of code ask the user for another number input . The integer input is stored in a variable y.
- Finally, we print the sum of the user's input.
learn more on python code here: brainly.com/question/15183327?referrer=searchResults
Erikson believed that personality develops sequentially through eight stages of psychosocial development, from infancy to adulthood.
<h3>
Intimacy vs. Isolation-</h3>
Erik Erikson's theory of psychosocial development includes the sixth stage of intimacy versus isolation. This stage occurs during young adulthood, between the ages of 18 and 40 years. The major conflict at this stage is forming intimate, loving relationships with other people. We begin to share ourselves more intimately with others at this stage.
Completing this stage successfully can result in happy relationships as well as a sense of commitment, safety, and care within a relationship.
However avoiding connections can result in loneliness, isolation, and occasionally despair.
To learn more about Erikson's sixth stage click here:
brainly.com/question/7696359
#SPJ4
The 1960s was marked by the cold war between the two super powers of the World, Russia and the United States. These countries were often represented as Blue and Red on a map, blue signifying the United States and it's ally countries and Red signifying communist Soviet Union and it's allies around the world. If someone from the Soviet Union would look at the map, they would be nervous to see American Allies all around the world, including Western and Northern Western European countries, some of which were at a close distance to Moscow. On the other hand, if an American looked at the world map, they would see a Giant red Soviet Union covering all of Northern Asia and Eastern Europe. They would also see other communist countries including Cuba, where the Soviets even placed Nuclear weapons, targeted at the United States.
---
I hope this helps you! Please remember to give feedback if necessary :)