The principles of creating equations are the same in
PowerPoint 2007 and later. Assuming Danny is using PowerPoint 2010, he will
click on the insert tab then go ahead and choose the Equation in the symbols
group.
Dani will be able to click on the equation option and use the Equation
Tools Design tab or click on the drop down arrow to view more equations
Answer:
Follwing is the python code:-
word=str(input("Enter the string\n"))
new=word[0:3] #expression for first three characters of the string.
print(new)
Output:-
Enter the string
chandelier
cha
Explanation:
The expression word[0:3] is for extracting first three characters form the string.
word[0:3] = It extracts characters from index 0 to index 2 it does not include 3.3 is excluded.
Answer:
yes it is possible to upload a screenshot on brainly