GitHub Repository: williamstein/scratch
Views: 22
(IconFonts not available)
Path: blob/main/2022-06-30-061806.sagewsViews: 22
v = [(0,0,0)] for i in range(1000): v.append([a+random()-.5 for a in v[-1]]) line3d(v, color='red', thickness=3, spin=3)
3D rendering not yet implemented