Actions

Special

Main public logs

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

Logs
  • 00:36, 27 June 2025 Admin talk contribs created page Functions (Created page with "A function is a block of code that only runs when it is called. You can pass data to a function. A function can return data as a result. You can create a function by defining it: <code> def my_function(): print("Hello from a function") </code> ... and call it thusly: <code> my_function() </code>")