ezoic

Tuesday, February 14, 2017

Python sequence of numbers


Python sequence of numbers, starting from 0:

range(5)


python sequence of numbers, starting from 1:

range(1,5,1)

Python range  and xrange:






No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...