Title / Description
Code import numpy as np x = [3, 2, 1] def simple_return(x): x = np.array(x).astype(np.float32) return x if __name__ == "__main__": simple_return(x) print(f"x is {x}")
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code