项目作者: TheSolly
项目描述 :
a list symmetric checker
高级语言: Python
项目地址: git://github.com/TheSolly/symmetric-checker.git
symmetric-checker
A procedure, symmetric, which takes a list as input, and returns the
boolean True if the list is symmetric and False if it is not.
A list is symmetric if the first row is the same as the first column,
the second row is the same as the second column and so on.