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).

Logs
  • 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...")