Python ,If Statements ,Chapter 5 ,Explained in Hindi | Beginner Friendly Tutorial | Cyber-Teck

Python में If Statement क्या होता है? Programming में कई बार हमें किसी condition (शर्त) को check करना पड़ता है।…

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…