Skip to content

Commit aed31df

Browse files
authored
Update 03-print-function.md
Put additional links to <details> tag
1 parent 036699d commit aed31df

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

curriculum/01-foundations/03-print-function.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,11 @@ print(*objects, sep=' ', end='\n', file=None, flush=False)
8282

8383
To learn more about this specific function and its arguments, visit the official python [docs](https://docs.python.org/3/library/functions.html#print)
8484

85-
</details>
86-
87-
---
88-
89-
## 📚 Deep Dive (Optional)
90-
If you want to see exactly how professional developers use `print()` for debugging, check out these resources:
85+
Other resources:
9186
* [W3Schools: Python Print Function](https://www.w3schools.com/python/ref_func_print.asp)
9287
* [Real Python: Your Guide to the Python print() Function](https://realpython.com/python-print/)
9388

94-
---
89+
</details>
9590

9691
## Next Steps
9792
Now that you can output data, it's time to learn how to **store** it.

0 commit comments

Comments
 (0)