All public logs

From DevOps Notebook

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

Logs
  • 22:57, 14 November 2019 MilosZ talk contribs created page How to iterate over list in python (Created page with "Most simple way with for: <syntaxhiglight> # example list list = [1, 2, 22, 55, 29] # Using for loop for i in list: print(i) </syntaxhighlight>")