So as I said in my last post that I'm a very beginner at python I just wanna ask that can you range number between 0 to inf in python because if I use range(1, float('inf'))
it would be an error so I guess that because in range() you can only put int not float also I can't change inf(which is now in float) into int because it can only be in float so pls help me.
ps sorry for my bad grammar I'm not a native speaker