1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

Update pythonstatcomp.html.markdown

This commit is contained in:
Thales Mello
2018-03-09 14:29:43 -03:00
committed by GitHub
parent 3743c596d8
commit bb18dc8154

View File

@@ -70,7 +70,7 @@ pets
# 2 rex 5 34 dog
""" R users: note that Python, like most C-influenced programming languages, starts
indexing from 0. R starts indexing at 1 due to Fortran influnce.
indexing from 0. R starts indexing at 1 due to Fortran influence.
"""
# two different ways to print out a column