Answer:
Change:
print("Season is",season)
To:
print("Season is " + season)
Explanation:
String Concatenation can be done using many ways but not by comma. You can use the + operator like i just did or % operator, join method or format function.
But for now, try using the + operator.
Answer:
D)to show that the situation was tense for everyone
Explanation:
got it right on edge
Answer:
D. System/Application Domain
Explanation:
A system or application domain is used by an organization to supports its IT infrastructure, holding all the business critical mission system, applications and data. All the resources of the company are contained in this domain, and is accessible by a member.
LAN to WAN domain links the company's infrastructure or local area network to a wide area network or the internet. The WAN domain simply holds publicly the data of an organisation, while remote access domain is meant for a small group of workers in the office or working from home.