Nice bite sized lessons, I feel focused when I watch. Easy to follow presentation wise, not overwhelming with content, and good pacing.
@jaanvirathore18503 ай бұрын
arr = list(map(int,input ("List elements with sapce separated : ").split())) can be used for inputing the list of numbers
@łՏԵeՐ Жыл бұрын
Keep going Sir , We're grateful to you for giving us free education 😊
@jingersatuh63229 ай бұрын
The best for loops explanation.
@mohammedrezk8072 Жыл бұрын
Great as usual, i hope you explain next lessons on an IDE not the cmd.
@nesoacademy Жыл бұрын
From the next chapter onwards we will be using VS Code.
@asahade38473 ай бұрын
Is range function only used when dealing with intergers??
@tayyab.sheikh4 ай бұрын
Why would user enter all the numbers on one line instead of entering each number on a new line? Anyone?
@JuanRodriguez-ke2gq8 ай бұрын
very good 100% clear
@bravobakau45444 ай бұрын
would kindly do up a video on file open/close under python
@GitaAska-is6yz7 ай бұрын
I have subscribed, please tutorial python all methods str,bool,int,float.
@alibashar676311 ай бұрын
What is i here can anyone explain i mean what is thee role of i here can anyone please explain
@janicemugure581810 ай бұрын
i is just a variable. Generally, it is referred to as "iteration for the loop".
@Nathan-f4d Жыл бұрын
who else is watching while eating swordfish? Give a thumbs up!!
@Gojohatake-rz5ko7 ай бұрын
why cant we just use len(numbers) , instead of n😊
@FlashFameOffical11 ай бұрын
this code is giving error in VS code
@mahmoudshawky4651 Жыл бұрын
i have a note .. while entering the numbers .. user may choose number of elements as 4 .. and then while entering the numbers he write ( 67 80 95 5 44 32 21) .. i meant the use will get no restriction to chose 4 numbers .. he can choose more .. and then that will make something wrong