Today, worked on resume as placement session have started. Also explained about functional programming to GD members present during Taman’s seminar.
And also got scolding from sir for not giving seminars and doing GD projects. So, thought about discussing with all members present their about it.
Also got to know that we can store instructions in cache using python during Arshpreets seminar and got impressed by power of python but I think I would disagree with it now as according to me just a generator object gets stored in RAM
A= ( i for i in range(0,10))