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 c1d694b commit fab1de8Copy full SHA for fab1de8
3_advanced/chapter13/examples/vector3.py
@@ -11,10 +11,10 @@ def __init__(self, vals):
11
# print("Assigned values ", vals, " to vector.")
12
13
"""
14
- String Function
15
-
16
- Converts the object to a string in readable format for programmers
17
- """
+ String Function
+
+ Converts the object to a string in readable format for programmers
+ """
18
19
def __str__(self):
20
return str(self.vals)
0 commit comments