Talk:Pascal's triangle/Puzzle: Difference between revisions

From Rosetta Code
Content added Content deleted
 
(→‎Is this cheating?: new section)
Line 1: Line 1:
==Problem with Python csp library==
==Problem with Python csp library==
The downloaded library relied on a utils.unique() function which is not part of the utils standard library. I had to edit the source of csp.py to use set() instead. --[[User:Paddy3118|Paddy3118]] 17:18, 19 July 2010 (UTC)
The downloaded library relied on a utils.unique() function which is not part of the utils standard library. I had to edit the source of csp.py to use set() instead. --[[User:Paddy3118|Paddy3118]] 17:18, 19 July 2010 (UTC)

== Is this cheating? ==

Is it ok to work out intermediate equations yourself and input those instead of the pyramid? --[[User:Mwn3d|Mwn3d]] 21:28, 1 December 2010 (UTC)

Revision as of 21:28, 1 December 2010

Problem with Python csp library

The downloaded library relied on a utils.unique() function which is not part of the utils standard library. I had to edit the source of csp.py to use set() instead. --Paddy3118 17:18, 19 July 2010 (UTC)

Is this cheating?

Is it ok to work out intermediate equations yourself and input those instead of the pyramid? --Mwn3d 21:28, 1 December 2010 (UTC)