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…

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…