Answer:
I dont know anything abt that
Explanation:
Where is the following banks that is listed?
Answer
- Auto Numbering and billeting
- Auto paragraphing and indenting
- automatically super-scripting and sub-scripting
Explanation
Auto formatting is a software commonly found in word processor such as word 2016 and it is designed to automatically change the appearance of the text. In numbering and bulletin this helps by generating numbers automatically and it makes it easier for the user when typing for does not need to keep on going through the menu bar for numbering. Same case on paragraphing and indenting. Auto formatting also helps in automatically generating the superscript and subscript. This helps in saving time and also producing a decent and an appealing work or document.
Answer:
I am writing Python program.
string = input("Enter a string: ")
print(string.count(' '))
Explanation:
The first statement takes input string from the user.
input() is used to read the input from the user.
The next statement uses count() function to count the number of times the specified object which is space ' ' here occurs in the string.
The print() function is used to return the number of times the space occurs in the string entered by the user.
Output:
Enter a string: How are you doing today?
4
The screenshot of program and its output is attached.
Answer:
Which of following is not anelectroyte