Government weapon in cold war
Answer:
numbers = '14 36 31 -2 11 -6'
nums = numbers.split(' ')
for i in range(0, len(nums)):
nums[i] = int(nums[i])
print(nums)
A) It simplifies the process by providing a single user interface for multiple software tools.
Explanation:
Questions and answers