I've included my code in the picture below. Best of luck.
Answer: is this a real question but I think it would be Ip address hope this helps :)))
Explanation:
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)
The correct answer is option D.
i.e. graphic user interface allows users to control software operations by clicking and pointing with a mouse.
GUI is a type of interface that allows the user to interact through computer graphics.