> For the complete documentation index, see [llms.txt](https://python.howtocode.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://python.howtocode.dev/control-structure.md).

# কন্ট্রোল স্ট্রাকচার

* [বুলিয়ান](/control-structure/booleans.md)
* [if স্টেটমেন্ট](/control-structure/if.md)
* [else স্টেটমেন্ট](/control-structure/else.md)
* [বুলিয়ান লজিক](/control-structure/boolean-logic.md)
* [অপারেটর প্রেসিডেন্স](/control-structure/operator-precedence.md)
* [while লুপ](/control-structure/while-loop.md)
* [লিস্ট](/control-structure/list.md)
* [লিস্ট অপারেশন](/control-structure/list-operation.md)
* [লিস্ট ফাংশন](/control-structure/list-function.md)
* [রেঞ্জ](/control-structure/range.md)
* [for লুপ](/control-structure/for-loop.md)
