Main public logs
From Master of Neuroscience Wiki
Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:59, 15 October 2025 Davrot talk contribs created page Flow Control: if, elif, else (Created page with " == The goal == If I would have… Questions to [mailto:davrot@uni-bremen.de David Rotermund] '''Logic blocks need to be indented. Preferable with 4 spaces!''' == [https://docs.python.org/3/reference/compound_stmts.html#the-if-statement The if statement] == <syntaxhighlight lang="python">if i == 1: print("if") elif i == 2: print("elif brach A") elif i == 3: print("elif brach B") else: print("else -- default")</syntaxhighlight...") Tag: Visual edit