Skip to content

Commit 87521df

Browse files
authored
Add link to the community discussion for "Reusing code" (#54821)
1 parent a2ae81e commit 87521df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/get-started/learning-to-code/reusing-other-peoples-code-in-your-projects.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,11 @@ result = math.factorial(number)
180180
print(f"The factorial of {number} is {result}")
181181
```
182182

183-
After you replace the existing code in your project with the above implementation, you've successfully reused code from a library in your example project!
183+
After you replace the existing code in your project with the above implementation, you've successfully used code from a library in your example project!
184+
185+
## Sharing your work
186+
187+
With this tutorial, you've learned how to safely reuse other people's code in your own work. To celebrate, share how you repurposed code and built on the example project in our [community discussion](https://github.com/orgs/community/discussions/153140).
184188

185189
## Further reading
186190

0 commit comments

Comments
 (0)