Good work. Range object is an iterator that is the main reason they are not loaded into memory if for loop is not used with it.
@ravindrareddyk65884 жыл бұрын
Super sir I like it the way of teach 👌
@susomadey70013 жыл бұрын
Amazing..
@pastryclub37055 жыл бұрын
Very useful and good lesson. Thank you Mr. Durga!
@taraksaha95 жыл бұрын
sir please make a separate playlist for all python classroom session.
@shivendrasinhmore99952 ай бұрын
python machine will give left and right............
@vinaykumarbandarapalli2165 жыл бұрын
r = range(20, 1, -5) for i in r: print(i) 20 15 10 5 Why Unable to print '0' since 1-1 =0 But range(20,-1,-5) is working
@DurgaSoftwareSolutions5 жыл бұрын
Hello Vinay. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@kakulavarapupadmaja78773 жыл бұрын
5-5=0 which is not there in range so it's not printed
@sreekanth71102 жыл бұрын
How write infinite for loop sir
@DurgaSoftwareSolutions2 жыл бұрын
Hello Sree Kanth. Plz contact our Offline team durgasoftoffline@gmail.com or call us on this number +91 - 8852885296/97/63/64
@arasuraj58995 жыл бұрын
durga sir ,plz give me the solution Save the string “WELCOMETOZOHOCORPORATION” in a two dimensional array and search for substring like “too” in the two dimensional string both from left to right and from top to bottom. w e L C O M E T O Z O H O C O R P O R A T I O n And print the start and ending index as Start index : End index:
@DurgaSoftwareSolutions5 жыл бұрын
Hello Raj. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28