Saturday , February 22 2025

admin

विश्व मानवाधिकार दिवस पर निबंध विद्यार्थियों के लिए

विश्व मानवाधिकार दिवस पर निबंध विद्यार्थियों और बच्चों के लिए

विश्व मानवाधिकार दिवस पर निबंध: सामान्य जीवन यापन के लिए प्रत्येक मनुष्य के अपने परिवार, कार्य, सरकार और समाज पर कुछ अधिकार होते हैं, जो आपसी समझ और नियमों द्वारा निर्धारित होते हैं। इसी के अंतर्गत संयुक्त राष्ट्र महासभा द्वारा 10 दिसंबर 1948 को सार्वभौमिक मानवाधिकार घोषणापत्र को आधिकारिक मान्यता …

Read More »

Dictionary in Python: 11th Class Computer Science Chapter 09

Class XI & XII Computer Science: Python

Chapter Name: Dictionary in Python [Chapter 08] Class: 11th Subject: Computer Science 9.1 Introduction: Dictionary in Python Definition – Dictionary in Python: Dictionary in Python is a collection of elements which is unordered, changeable and indexed. Dictionary has keys and values. Doesn’t have index for values. Keys work as indexes. …

Read More »

Tuple in Python: 11th Class Computer Science Chapter 08

Class XI & XII Computer Science: Python

Chapter Name: Tuple in Python [Chapter 08] Class: 11th Subject: Computer Science 8.1 INTRODUCTION: Tuple in Python Tuple is a collection of elements which is ordered and unchangeable (Immutable). Immutable means you cannot change elements of a tuple in place. Allows duplicate members. Consists the values of any type, separated …

Read More »