def funlist (a,p=0): if (p==len (a)): return 0 z=1if not a[p] else 0 return z+funlist (a,p+1) a=[1,0,1,1,0,1,0] print(funlist(a)) This is the code which i explained in this video.
Video of damage from last night’s tornado in Mayfield
ASMR Hugs and Kisses from the Cutest Demon of Love! 💕
9) Lecture. Strategy "Shell or film?"
КАПКЕЙКИ С ЦВЕТАМИ
Alexisonfire | House Of Strombo
TL431 programmable Zener diode working & Testing || தமிழில்
How SIEM Architecture Works: A Guide to Security Monitoring and Incident Response
Dragon Age 2 - 2022 - Dual Wield Rogue - Nightmare Ironman - Part 4 Respec and Tactics
cryptography:fermat method factorization
cryptography:Chinese remainder theorem
cryptography:factorization_trial division method
cryptography factorization
multiple constructor example video
17 October 2021
dynamic initialization of an object
to find odd or even number in python(tamil)
python introduction
guess a number in python
number system introduction
Copy of write random numbers into a file and read the same value from the file
karnaugh map (tamil)
File Read(Tamil)
file write
half adder implementation using breadboard simulator(Tamil)
2 input logic gates implementation using breadboard simulator(Tamil)
half adder and first part of full adder
Logic gates
Gui introduction
Quiz program2 in python explanation in tamil
quiz 1 in python explanation in tamil
List program in python
Count the number of zeros in the list in pyhton using recursive function