The answer to this question would be:
database/records
They all have in common the same files.
Answer:
def replace_at_index(str, number):
new = str.replace(str[number], "-")
return new
print(replace_at_index("eggplant", 3))
Explanation:
- Create a function called <em>replace_at_index</em> that takes a string and an integer
- Initialize a new variable called <em>new</em>, that will hold the new string
- Replace the character at given index with dash using <em>replace</em> function, it takes two parameters: the first is the character we want to replace, the second is the new character.
- Return the new string
- Call the function with the required inputs
If you're on apex and you have the answer choice
A: Less wasted time
B: Less skills
C: Strong work ethics
D: More ideas
Then D is the answer
Idk maybe at 6:00pm today cuz most of the malls are close. Happy Thanksgiving! :D
The answer & explanation for this question is given in the attachment below.