Main public logs
Appearance
Combined display of all available logs of Torben's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:26, 21 November 2024 Torben talk contribs created page Learnbox (Created page with "==Learnbox== [https://learnbox.app Learnbox] learning app. ==Imports== ===1x1=== Python Skript print("Math / 1x1:") for x in range(2, 10): for y in range(2, x + 1): print(f"{x}x{y} / {x*y}") Results for Import Mathe/1x1: 2x2 / 4 3x2 / 6 3x3 / 9 4x2 / 8 4x3 / 12 4x4 / 16 5x2 / 10 5x3 / 15 5x4 / 20 5x5 / 25 6x2 / 12 6x3 / 18 6x4 / 24 6x5 / 30 6x6 / 36 7x2 / 14 7x3 / 21 7x4 / 28 7x5 / 35 7x6 / 42 7x7 / 49 8x2 / 16 8x3 / 24 8x4 / 32...")