Scripts:
1. Print the first 10 numbers. (range(1,11))
2. Print the subject name five times. (range(1,11), print(“subject”))
3. Print the color name using for LOOP on list. (color=[….])
4. Print fruit names using for LOOP on Dictionary. ( fruits={k:v} )
5. Sum of first n numbers. (range(1,n+1))
6. Sum of user-entered n numbers. (input (), range(n))
7. Nesting of loop, print table of 2 and 10
Python Operator I : https://youtu.be/vCm3ZwfSu9I?si=uFUChYi2lmF7PZMw
Python Operator II : https://youtu.be/EHBjrZC8pxM?si=arWz7YtOI8kO1MXM
Python List : https://youtu.be/7KcDEqrOWwA?si=C9s-XreQ1Y16JDGO
Python Decision: https://youtu.be/z8H7VRaJwbY?si=MrzdJelw2eZCTEWZ
Python Dictionary: https://youtu.be/_uE93N1TPIk?si=e-V7-YqF6iTFymBm
Python String: https://youtu.be/eHmiw6X7XN0?si=rm85AttNepmQHmif
Python Tuple : https://youtu.be/S5e5KbI8zTo
Python while Loop: https://youtu.be/h5sE9k-Q0L4