1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

2to3 on pysollib/games/[a-s]*.py

This commit is contained in:
Shlomi Fish 2017-05-17 21:37:28 +03:00
parent df6e509409
commit ee82f9c6e8

View file

@ -1058,7 +1058,7 @@ class Khedive(Game):
x += l.XS
x, y = l.XM+4*l.XS, l.YM
r = range(11)
r = list(range(11))
for i in range(5, 0, -1):
for j in r[i:-i]:
x, y = l.XM+(j-0.5)*l.XS, l.YM+(5-i)*l.YS