So I have these lines in python
l=list("09073146864462346440228042814284764104460294046232864221188427140442613004261248")
print("There is ",l.count("1"+"2"+"3"+"4"+"5"+"6"+"7"+"8"+"9"+"0")," Numbers in it")
I want it to count as separate the output would be like there is 50 numbers here.