项目作者: TheSolly

项目描述 :
a list symmetric checker
高级语言: Python
项目地址: git://github.com/TheSolly/symmetric-checker.git
创建时间: 2018-04-09T17:44:40Z
项目社区:https://github.com/TheSolly/symmetric-checker

开源协议:

下载


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.