All public logs

Jump to navigation Jump to search

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

Logs
  • 11:12, 21 February 2026 WikiSysop talk contribs created page Example code - parsing command line options (Created page with "This is one selfmade way of dealing with command line parameters for your program. <pre> #!/usr/bin/env python3 # This program demonstrates a way to get arguments and options from command line import sys # You should use more appropriately named variable names than me. # I just don't know what your options are. # In my example two options are just present or not, but the third requires a number to follow. # By initalising the option to None, you can later tell that you...")