This commit is contained in:
2020-11-19 23:41:08 +01:00
parent f02a53afb4
commit 352dbeef06
11 changed files with 1894 additions and 1 deletions

10
Strats/tut.py Normal file
View File

@@ -0,0 +1,10 @@
# neptun1 neptun2
def init_bw():
return 200
def decision(new, list_entry):
# print '--', new, list_entry
# print [1,[1 for x in list_entry]]
return [1,[1 for x in list_entry]]