pihta24

Фрактальный список — 1

Feb 2nd, 2021
1,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. fractal = [0, [0, 2], [0, 2], 2]
  2. fractal[1] = fractal[2] = fractal
Advertisement
Add Comment
Please, Sign In to add comment