Press CTRL + X to cut the file(s) and folder(s) you wish to move from your desktop.
Go to your destination (where you would like to move them to), and press CTRL + V to paste them there.
Answer:
To solve mathmatical problem
To make questions paper
Okay what do you need to know
If fhun gftrfjjtcbjjbsufcghtfghyrssfbkoire crazy ahh young man
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.