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:56, 15 October 2025 Davrot talk contribs created page Formatted String Literals (Created page with " == The goal == Using formated string literals is an easy way to produce formated strings from data / variables. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == Basic Formatted String Literals == A formatted string literals starts with an f and the variables that you want to print are placed at their intended position embeded into { }. For example:<syntaxhighlight lang="python">import numpy as np a: str = "Hello" b: int = 1 c: float = np.pi mystring: st...") Tag: Visual edit