William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
Christian Clauss
|
47a9ea2b0b
|
Simplify code by dropping support for legacy Python (#1143)
* Simplify code by dropping support for legacy Python
* sort() --> sorted()
|
2019-08-19 15:37:49 +02:00 |
|
cclauss
|
bec160c6dc
|
Use strip() to deal with leading or trailing whitespace
|
2018-07-03 08:33:38 +02:00 |
|
cclauss
|
ee3b0f2e50
|
Properly define raw_input)( in Python 3
__raw_input()__ was removed in Python 3 in favor of __input()__. This change ensure similar functioning in both Python 2 and Python 3.
|
2018-07-02 10:11:28 +02:00 |
|
Christian Bender
|
c1422ec99c
|
fixed the assert statments
|
2018-04-16 13:42:44 +02:00 |
|
Christian Bender
|
3a7e75f329
|
added a option for termination the program
|
2018-04-16 13:37:04 +02:00 |
|
cclauss
|
4e06949072
|
Modernize Python 2 code to get ready for Python 3
|
2017-11-25 10:23:50 +01:00 |
|
Maciej A. Czyzewski
|
123b8a30ad
|
added simple chaos machine impl. to hashes/
|
2017-10-14 15:46:59 +02:00 |
|