Skip to content

Commit 3f63e1f

Browse files
authored
Python tutorial: show expected output (#502)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 3e5b5e9 commit 3f63e1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorials/pythongetstarted.md

+6
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,9 @@ def main():
7373
if __name__ == "__main__":
7474
main()
7575
```
76+
77+
Running this program should result in the following output:
78+
79+
```{.bash}
80+
Distance from 1 3 5 to 2 4 6 is 1.7320508075688772
81+
```

0 commit comments

Comments
 (0)