Answer:
# Program is written in python
# 22.1 Using the count method, find the number of occurrences of the character 's' in the string 'mississippi'.
# initializing string
Stringtocheck = "mississippi"
# using count() to get count of s
counter = Stringtocheck.count('s')
# printing result
print ("Count of s is : " + str(counter))
# 2.2 In the string 'mississippi', replace all occurrences of the substring 'iss' with 'ox
# Here, we'll make use of replace() method
# Prints the string by replacing iss by ox
print(Stringtocheck.replace("iss", "ox"))
#2.3 Find the index of the first occurrence of 'p' in 'mississippi'
# declare substring
substring = 'p'
# Find index
index = Stringtocheck.find(substring)
# Print index
print(index)
# End of program
Answer:
Gravitational; strongest; facing; closer; near side; toward.
Explanation:
The gravitational attraction between the Earth and the moon is strongest on the side of the Earth that happens to be facing the moon, simply because it is closer. This attraction causes the water on this “near side” of Earth to be pulled toward the moon. These forces of attraction and inertia tends to keep the water in place and consequently, leads to a bulge of water on the near side with respect to the moon.
Also, you should note that what is responsible for the moon being in orbit around the Earth is the gravitational force of attraction between the two planetary bodies (Earth and Moon).
Answer:
well you could get some green goblin it disolves all the c rap in sink
Explanation:
D is the answer. Hope this helped
Answer:
a) 1/2
Explanation:
Overexertion accounted for more than half of all events that resulted in a disabling condition.
Furthermore, 30% of all overexertion cases were reported in the services industry, on the other hand, 25% of injuries resulting from contact with objects and equipment occurred in the manufacturing industry.
The above piece of information is taken from the bureau of labor statistics, Survey of Occupational Injuries and Illnesses
"LOST-WORKTIME INJURIES AND ILLNESSES: CHARACTERISTICS AND RESULTING DAYS AWAY FROM WORK, 2002"