Posts in tag
Posts in tag
मराठीचे पुस्तक सहावे ह्यातील हा एक धडा आहे. विसाव्या शतकाच्या सुरवातीला आपले पूर्वज काय नेमके शिकत होते ते ह्या पुस्तकातून थोडे फार कळते. पारतंत्र्यात असलेल्या आपल्या देशात इंग्रजांनी शाळा पद्धती सुरु केली होती. त्या काळी कदाचित मराठी, हिंदी, भूगोल, गणित, शाश्त्र, इतिहास असे वेगळे विषय नसावेत. एकाच पुस्तकात सगळे समाविष्ट केले दिसून येते. त्या एकच …
If you live in India and have not seen ‘Drishyam,’ you have waived all your rights to be called a film appreciator, nor can you call yourself a simple filmgoer. Better find a rock, and start living under it. Drishyam originally is a 2013 Malayalam language thriller. ‘Originally’ because this movie was remade in other …
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 …