We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f0f8c commit 91d800fCopy full SHA for 91d800f
1 file changed
examples/helloworld/helloworld.py
@@ -18,7 +18,7 @@
18
a = af.randu(5, 1)
19
20
# Print a and its minimum value
21
-af.display(a)
+print(a)
22
23
# Print min and max values of a
24
print("Minimum, Maximum: ", af.min(a), af.max(a))
0 commit comments