Crontab less then one minute

nano tekst.sh

for i in {1..6}
do
python tekst.py
sleep 10
done

nano tekst.py

print("loop")

crontab -e

* * * * bash tekst.sh