Skip to main content

VTU board has announced holidays for the following collages on 05-03-2019


Comments

Popular posts from this blog

import  csv with   open ( '/content/drive/MyDrive/ML lab programs/Lab 1 Find-S algorithm/weather.csv' )  as  f:   reader = csv.reader(f)   data = list(reader)  print ( 'Training data' ) for  row  in  data:    print (row) attr_len= len (data[ 0 ]) -1 h = [ '0' ]*attr_len       print ( 'The Hypothesis are' ) for  row  in  data:    if  row[ -1 ] ==  'Yes' :     j =  0      for  col  in  row:         if  col !=  'Yes' :           if  col != h[j]  and  h[j] ==  '0' :           h[j] = col         ...

10 Things that Indians go Crazy About

1 .TEA (chai) 'Tea is the national drink of India' , being a drink which can be prepared within 2-5 minutes can be served 24/7 irrespective of all seasons.Tea shares its presence during happy Marriages and even on sad Funerals.It is consumed from 6 year old boy to 80 year old body.There are many people who won't start their day without having tea.Tea has got many fans by its taste and super qualities.If you didn't tried tea yet you  didn't tried the best drink in the world yet. www.moziru.com 2.Discount Sales. The only shops which runs busy all the days are sales with discount, even though there is no guarantee for product ,people prefer these sales and don't stop bargaining even on discount prices.On the other side these sales play a major role in recycling waste products and have their own contribution to country's economy. www.jantoo.com 3.English Being the Britain's national language the more no.of fluent English speakers in th...