The command is : <span>rm [Aa]*[Zz] </span>
Answer:
problems or struggles
Explanation:
i believe this because with an effective team most problems aren't there and you can understand and work out problems or struggles
Answer:
last one check it and the second one
Explanation:
Answer is C = Speaker
How? as the speaker is the only item on the list that displays any type of content, that being audio, it's the only feasible answer to this question.
f = int(input("Enter a number: "))
if(f%7==0):
print("It's divisible by 7.")
else:
if(f<7):
print("7")
else:
print(str(f-(f%7))+", "+str(f+(7-(f%7))))