Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
sandkasten:sandkasten [2025/05/23 18:23] Ivo Blöchligersandkasten:sandkasten [2025/05/23 18:44] (current) Ivo Blöchliger
Line 10: Line 10:
     print("OK")     print("OK")
 print("done") print("done")
 +</code>
 +
 +<code python cyrillic.py>
 +ԝ = 4
 +w = 2*ԝ
 +r = ԝ*w
 +print(f"Resultat r={r}")
 +if r==64:
 +    print("Alles gut")
 +else:
 +    print("Softwareproblem. Kann man nichts machen.")
 </code> </code>
  • sandkasten/sandkasten.1748024608.txt.gz
  • Last modified: 2025/05/23 18:23
  • by Ivo Blöchliger