mirror of
https://github.com/oldratlee/translations.git
synced 2026-04-14 10:39:57 +08:00
fix code format
This commit is contained in:
@@ -282,7 +282,7 @@ while time:
|
||||
for i in range(len(car_positions)):
|
||||
# move car
|
||||
if random() > 0.3:
|
||||
car_positions[i] += 1
|
||||
car_positions[i] += 1
|
||||
|
||||
# draw car
|
||||
print '-' * car_positions[i]
|
||||
|
||||
Reference in New Issue
Block a user