“ऐ तुझ्याकडे किती पैसे आहेत ?” चेतनने विचारले. मी पण लगेच उत्तर दिले, “५ रुपये का पिक्चरला जायच आहे का?” “अरे, मोठा हो, लहान आहेस का पिक्चर बघायला?” हाच काल म्हंटला होता पिक्चरला जाऊ बरेच दिवस झाले थिएटरला गेलो नाही जरा लक्ष्मीनारायणला जाऊ… आता एका दिवसात हा लहानाचा मोठा होईल मला कसे कळणार ! पण …
The writing of sci-fi movies in Hollywood must be going something like this, so it is, there is a big problem, a grand science/tech solution is envisaged, it causes grander (unintended! unforeseen) complications resulting in lots of VFX done disasters, which is followed by a neat trick to stop it, close shave in the climax, …
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 …