Answer:
- Auto fill a software function that automatically completes data (like the data that has been entered previously) without the user needing to type it in full.
- The Fill Handle is a feature in Excel that fills the data automatically with a specific pattern in your spreadsheet cell.
hope u liked the answer :)
def replace_at_index(txt,ind):
new_txt = ""
for x in range(len(txt)):
if x == ind:
new_txt += "-"
else:
new_txt += txt[x]
return new_txt
s = replace_at_index("eggplant", 3)
print(s)
I wrote my code in python 3.8. I hope this helps.
Answer:
Alternatively, you can click the comment box icon (next to “Share”) to see all the suggested edits and comments in one place.
Answer:
Click on the Project Tab then the Change Working Time Tab
Explanation:
The software here is believed to a MICROSOFT PROJECT. This is used often by project managers to manage projects particularly in terms of project duration, methods of the undertaking, resource management, reports, etc.
Hence, to adapt the software to this new schedule to a 7-day work week from the traditional 5-day, one should "Click on the Project Tab then the Change Working Time Tab."
This can be done by
1. Click on the Project tab, then click on Properties group
2. Click on Change working time
2. From the Change Working Time window click on "Create new calendar"
3. Name your calendar a name, in this case, "7 day week, " from there on keep following the prompt questions to finish the settings.
4. After the working times are set, click Ok.