Answer:
def fizzbuzz (num):
for item in range(num):
if item % 2 == 0 and item % 3 == 0:
print("fizzbuzz")
elif item % 3 == 0:
print("buzz")
elif item % 2 == 0:
print("fizz")
else:
print (item)
fizzbuzz(20)
Explanation:
Using Python programming Language
Use a for loop to iterate from 0 up to the number using the range function
Within the for loop use the modulo (%) operator to determine divisibility by 2 and 3 and print the required output
see attached program output screen.
C) files
Because technologys data goes into files
Answer:
Cultural lag
Explanation:
Cultural lag is a situation where by a society experiences technological development at a rate faster than the development that occurs in culture and general way of life.
A very good example is that it takes a longtime before cultural development can match up with technological developments and advancements thus leading to social problems due to lag. The cultural lag theory was formed in 1922 by William F Ogburn a sociologist.
Extracting information from the message. It i<span>s exclusive to the "interpreting the message" step in a business communication process.</span>
Answer:
some parents have replaced the customary practice of reading a bedtime story to childern with a television show of the child's choice
Explanation: