In English grammar, a period is typically the end mark used after a request or a command, denoting the end of the sentence. However, if the command indicates forceful or passionate emotion, an exclamation mark may be used.
In English grammar, different end marks are used to denote various styles of sentences. For requests or commands, which are typically framed as imperative sentences, a period is routinely used as the end mark. For example, when one says 'Please close the door.', the period is used at the end to indicate the completion of this command.
However, remember that the nature of the command might sometimes require an exclamation mark instead of a period if the command is intense or full of emotion for example 'Get out!'. It signifies a more forceful or passionate imperative. However, these are exceptions and in most cases, a period is the end mark you would use after a command or a request.
Learn more about End Marks here: brainly.com/question/189344
#SPJ11
Answer:
Period
Explanation:
Periods signal the end of a statement, an indirect question, and a mild command or polite request.
He can sit in a comfortable chair and put the computer on his lap.
He can sit on the bed and put the computer on a nearby nightstand.
He can put his computer on a desk and sit in a comfortable chair.
Alexander complains of a sore neck. He can put his computer on a desk and sit in a comfortable chair. The correct option is D.
Long hours of sitting have been associated with several health issues, according to research. They include obesity and metabolic syndrome, a group of ailments marked by elevated blood pressure, excessive blood sugar, extra body fat around the waist, and dangerous cholesterol levels.
In particular in the lower back, "the mechanics of sitting increases muscle stiffness and pressure on the discs of the spine." "Slouching can put the spine's ligaments under undue strain, which can result in aberrant forces being applied to the lumbar joints and discs, creating pain.
Therefore, the correct option is D, He can put his computer on a desk and sit in a comfortable chair.
To learn more about health problems, refer to the link:
#SPJ6
Answer:
ITS D
Explanation:
Answer:
Drivers most capable of multitasking effectively are not those who are most likely to engage in multiple tasks simultaneously. Instead, people who score high on a test of actual multitasking ability tend not to multitask because they are better able to focus attention on the task at hand.
Explanation:
Because drivers should not be distracted
1. Random secret number from 1 to 10 or any larger range if you want.
2. Two players will guess
3. Determine who was closest.
4. Display the results of the round in a neat and organized fashion.
5. Add some kind of style to your print outs so that your display is nice
In python 3+:
import random
secret_number = random.randint(1,10)
guess_one = int(input("Enter player one's guess: "))
guess_two = int(input("Enter player two's guess: "))
if abs(guess_one - secret_number) < abs(guess_two - secret_number):
print(f"The secret number is {secret_number} and player 1 was closest")
elif abs(guess_one - secret_number) > abs(guess_two - secret_number):
print(f"The secret number is {secret_number} and player 2 was closest")
else:
print(f"The secret number is {secret_number} and it was a tie")
I hope this helps!
the correct answer is LAN