Posts

How To Find Average Of Unlimited numbers in python

''' Here we a going to write a python program which can give us the average of the numbers given ''' print ( "Enter the numbers " ) list  = [] i  =   1   while ( True ):     xi =  input ( "Enter the  Number ->    " )     i +=  1      if  xi !=  'Done' :          list .append( float (xi))      else :          break print ( list ) length =  len ( list ) # Now we are going to obtain the sum of all the numbers of the list sum  =  0    for  i  in   range (length):      sum ...

A Box

Margin This is a box of dimensions as given below : -> width of the box -> 1920px Length of the box -> 1080px

goal

Image
Abhishek's Homepage Abhishek Kumar Student at NIT Raipur Pursuing Computer Science & Engineering I am a proud student of National Institute of Technology at Raipur . Currently I am in mininig branch , but I am not interested in mininig at all .These mining techniques are not at all innovative and there is not much thinking about the course people just learn all the things in a rote learning fashion . This is anaklogous to what we eat before the examinations and puke it in the examinations and forgot all the things after the conduction of exams thats all . Skills Acquired High level programmming in C++ ( learnt through an udemy course ) Advanced Data Structures & Algorithms Web Development Machine Learning ...