7. Lektion: Wiederholungen

From Attraktor Wiki
Revision as of 13:14, 29 July 2023 by Kapest (talk | contribs) (Created page with " == urandom()== import urandom<br> x = urandom.randint(1,10)<br> print(x)<br> ==== Übung:==== Zahlenraten")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



urandom()

import urandom
x = urandom.randint(1,10)
print(x)

Übung:

Zahlenraten