how to take 4 separeted integer input in python 3 code example Example: take space separated int input in python inp = list(map(int,input().split()))