how can i take input list in code example Example: get list input from user in python a = list(map(int,input("\nEnter the numbers : ").strip().split()))