Python me Dictionary kya hai aur data key-value pairs me kaise store hota hai? Alien game example aur nesting structures…
Category: Python Basic Notes (Beginner)
Working with Lists in Python – Chapter 4
Python Crash Course Series Python में Lists सीखने के बाद अगला सबसे important concept आता है — Working with Lists।इस…
Python ,If Statements ,Chapter 5 ,Explained in Hindi | Beginner Friendly Tutorial | Cyber-Teck
Python में If Statement क्या होता है? Programming में कई बार हमें किसी condition (शर्त) को check करना पड़ता है।…
python new course, ” variable-2″, Python Basic Notes (Beginner), hindi
Python Basic Notes (Beginner) 1. Data Types in Python Integer Whole numbers को Integer कहते हैं। print(7) Output 7…
python new course, ” introduction of list-3 “, Python Basic Notes (Beginner), hindi
Introducing Lists in Python | Python Tutorial for Beginners In this lesson, we learn about Lists in Python.A list is used to store multiple values in a single variable. cars=[“maruti”,”bmw”,”nissan””toyata”] 0 1 2…
