If you are feeling down, sad, weary, then the prescription is a dose of Vidyabalan at her comic best. Her portrayal of Sulu, the lead character of Tumhari Sulu, is simply amazing. She is part of a superb cast, especially the cast of Sulu’s family is so relatable, I am sure everyone has those bits …
‘Dystopia of Abundance’ is what I felt after watching the imagery in the movie ‘Annihilation’ . Dystopia is the favorite theme of most sci-fi movies, however the dystopia is mostly barren, deserted, a jungle of concrete, broken landscape, full of death and misery. In short it is the full cocktail of depressive imagery. Annihilation breaks …
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 …