I expected Shakuntala Devi, rather, maybe desiring a break from the current doom and gloom around Corona, I wanted Shakuntala Devi to be a cheerful movie. More like Tumhari Sulu, lighthearted, with my ambassador of smiles, Vidyabalan. To a certain degree, Vidyabalan’s smiling posters for the movie reinforced my expectations. Needless to say, Shakuntala Devi …
The previous article, had a broadside attack on the ideas of Science, with a specific mention of the currently raging ‘Corona’. At the outset I am compelled to defend science for what it is, Science is Brave. Science is humble, it professes to understand very little, and exposes itself by saying it does not know many …
Let’s jump directly into some programming. Using concepts learned so far, let’s create a program to calculate the average height of three students (three_average.py) three_average.py# program to calculate average height of three students # get input of height_a1= float(input(“Enter height of first student (cm): “))_a2= float(input(“Enter height of second student (cm): “))_a3= float(input(“Enter height of …