7 lines
83 B
Python
7 lines
83 B
Python
import first
|
|
steps = 215
|
|
history = []
|
|
|
|
history = first.first(steps)
|
|
|
|
print(history) |