The number and letter are switched. This question needs more context to get a accurate answer.
Answer:
tabs.
Explanation:
Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.
In Microsoft Word 2019, the users are availed with the ability to edit the word document in the following view type;
I. View Mode.
II. Print Mode.
III. Drift Layout.
To easily and quickly convert text to tables in Microsoft Word, you should insert common separators between the text columns. The common separators or delimiters used when converting a table to text include tabs, paragraph marks, or commas.
Tabs or commas are used to indicate where the texts are divided into table columns while paragraph marks indicate where a new table row begins.
Answer:
By using the str() function.
teeth = 32
print(str(teeth))
Explanation:
The str() function returns the string version of the given object.