What is smart textbook study for Tawjihi?
Smart textbook study in TawjihiAI is digital textbook-style lessons for each topic in the prescribed curriculum — with Zaki explaining the next step and linking you to the question bank and flashcards. Read inside your subject, then practice with questions and past papers.
Preview
## تعريف وإنشاء القوائم القائمة في بايثون هي بنية بيانات أساسية وقوية للغاية، تسمح بتخزين مجموعة من العناصر المرتبة والقابلة للتغيير في متغير واحد. تخيلها كصندوق مقسّم إلى خانات، حيث يمكنك وضع أي شيء في كل خانة: أرقام، نصوص، أو حتى قوائم أخرى. هذه المرونة تجعلها أداة لا غنى عنها في معظم برامج بايثون، حيث تستخدم لتجميع البيانات ذات الصلة معًا، مثل قائمة أسماء الطلاب، أو درجات الاختبار، أو إحداثيات النقاط على رسم بياني. لإنشاء قائمة، نستخدم الأقواس المربعة `[]` ونفصل بين العناصر بفاصلة. يمكن أن تكون القائمة فارغة `empty_list = []` أو تحتوي على عناصر متنوعة `mixed_list = [1, "hello", 3.14]`. من أهم خصائص القوائم أنها 'قابلة للتغيير' (mutable)، مما يعني أنه يمكنك إضافة عناصر إليها أو حذفها أو تعديلها بعد إنشائها، وهذا ما يميزها عن هياكل بيانات أخرى مثل الصفوف (Tuples). لمعرفة عدد العناصر في قائمة، نستخدم الدالة المدمجة `len()`، والتي تعيد رقماً صحيحاً يمثل طول القائمة، وهو أمر ضروري في العديد من العمليات اللاحقة. *القائمة المتداخلة (Nested List):** هي قائمة تحتوي على قائمة أخرى كأحد عناصرها. مثال: `nested = [1, 2, ['a', 'b']]`. للوصول إلى العنصر 'a' في هذا المثال، نستخدم الفهرسة المزدوجة: `nested[2][0]`.
3 previews with answers per topic — full bank on Plus and Pro.
Understand before you memorize
Study notes split each lesson into scannable chunks—not a wall of text.
Textbook-style pages break complex topics into simple, scannable chunks tied to each lesson—not a generic wall of text.

Explanations close to the syllabus
Explanations follow the official syllabus and stay exam-relevant.
Built from official curriculum sources and reviewed so explanations stay exam-relevant.
From summary to practice
After the summary, jump straight to flashcards or the question bank on the same topic.
Coverage is refreshed as syllabi and exam patterns shift so you always study what matters now—then jump into flashcards or the question bank on the same topics, or continue on the platform.
Want saves, sync, and the full study workspace?
This tool runs in your browser. Sign in to sync across devices, unlock Zaki explanations, and use question banks, exams, and notes in one place.
Sign in