All public logs

Jump to navigation Jump to search

Combined display of all available logs of wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:27, 26 November 2021 Hdridder talk contribs created page Python:Environment variables (Created page with "<syntaxhighlight lang=python> import os import subprocess env = os.environ.copy() for var in env: print(var,env[var] </syntaxhighlight> ToDo: check where this commes in...")