All public logs
Combined display of all available logs of XPUB & Lens-Based wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:50, 21 April 2026 Manetta talk contribs moved page Writing from the middle to Making funny text markers with HTML + Python
- 10:50, 28 October 2025 Manetta talk contribs created page Writing from the middle (Created page with "an exercise in annotating together<br> a tool making exercise<br> reusing each others materials<br> practicing collaboration through git<br> ==Python== ===Strings=== <syntaxhighlight lang="python"> txt = "Hello this is a string." </syntaxhighlight> <syntaxhighlight lang="python"> txt = """Hello this is also a string, but this one does allow line breaks! Which is sometimes very useful.""" </syntaxhighlight> You can split a string into a list, by default it will spli...")