Answer:
ansList =input().split() #get input and split it by space
ansList = [int(i) for i in ansList if int(i)>0] #turn string to integer,and get all positive integers
print(ansList)
Explanation: I think this would work for you. I leace comments in the answer.
Answer:Peer-to-peer
Explanation: I hope this helps
See explaination
Explanation:
Please kindly check attachment for the diagram in its best detailed manner.