Answers:
1. D
2. A
3. B
4. C
Explanation: I just did it and got a 100%
Answer:
Creo que necesitas crear una nueva cuenta en el Brainly español. Para encontrarlo, tal vez pueda buscar una pregunta aleatoria en Internet seguida de Brainly y, con suerte, encontrará la correcta. Luego crea una cuenta en ese Brainly. Al menos pienso cómo lo haces.
Answer:
The method in python is as follows:
class myClass:
def printRange(min,max):
for i in range(min, max+1):
print("{"+str(i)+"} ", end = '')
Explanation:
This line declares the class
class myClass:
This line defines the method
def printRange(min,max):
This line iterates from min to max
for i in range(min, max+1):
This line prints the output in its required format
print("{"+str(i)+"} ", end = '')
The answer to your question is,
D) Check their pulse.
((Well, some people say to place your ear over the persons mouth and watch for a rise and fall of the chest-- but that's not an answer nor does that really go with any of the answers provided so..))
-Mabel <3