mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Modernize Python 2 code to get ready for Python 3 yet again
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import numpy as np
|
||||
import operator as op
|
||||
from functools import reduce
|
||||
|
||||
|
||||
def sigmoid(x):
|
||||
|
Reference in New Issue
Block a user