Specialized software. hope this helps
Answer:
See Explaination
Explanation:
def listmax(lst):
largest = None
for num in lst:
if largest is None or num > largest:
largest = num
return largest
mylist = [10, 20, 30]
x = listmax(mylist)
print(x)
Answer:
The default custom dictionary is the dictionary to which Microsoft Word adds words.
Explanation:
When you install Microsoft Word, a general-purpose dictionary is automatically installed. This dictionary, specific to the language version of your installation, is used by the spell-checker to flag words that may be incorrect.