Answer:
1
Explanation:
1 because it would be difficult for people to read on the other ones that you put.
Answer:
i no you its me remember and the answer is b.
Explanation:
Answer:
Use the insert column command by placing your cursor between A and B. Then insert your data
Explanation:
Answer:
Programming is a set of instructions i.e. Input given by the user to the computer to perform a particular task and give the desired result i.e. output.
Final Answer
s=0
for i in range(1,26):
s=s+ i
print(s)
Explanation:
IF THE ANSWER IS CORRECT THEN MARK A BRAINLEST