jivarelao / course_notes

0 stars 0 forks source link

Binomial coefficients exercise of José Varela. #3

Open jivarelao opened 6 years ago

jivarelao commented 6 years ago

@cecileane @coraallencoleman Hello Cécile and Cora: I uploaded the file binomial.py to my the course_notes repository. In order to use it, you just need to download it and execute it using the command ./binomial.py . Use ./binomial.py --help to see the arguments needed. More details about what the code does are included as comments or 'docstring' in the script. Thanks Jose

cecileane commented 6 years ago

awesome :+1:

I like your indentation with a single space. Not conventional, but I like it personally.