We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868f84f commit f7eb466Copy full SHA for f7eb466
creating-a-custom-datatype.py
@@ -1,3 +1,5 @@
1
+# creating a custom datatype #
2
+
3
''' Provide a class to model a 2D vector '''
4
class vector(object):
5
''' A class for 2D vectors which implements vector addition '''
0 commit comments