Mythology or Ithasaa are just labels, and some might find it controversial if I attach Jyotish to a similar placeholder. Jyotish entwines mythological fables in its narration and allows exploration of the human condition. One such fable rises from the highly celebrated ‘Ramayana.’ The prime antagonist of the epic, Ravan. Ravan is a study of contradictions, the …
If you wanted a pure cinematic ‘paisa vasool’ experience, then look no further, the last scene of Rajnikanth’s ‘Kaala’ is complete in all respects. The symbolism of color, and sheer brilliance in portrayal is cinematic magic at it’s best, exploiting the ‘visual’ aspect of the medium, it is satisfaction in itself! There is a tradition …
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 …