mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
all: Update Python formatting to latest Black version 22.1.0.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -8,5 +8,5 @@ workaround: If you need integers larger than native wordsize use the random modu
|
||||
import random
|
||||
|
||||
|
||||
x = random.randint(2 ** 128 - 1, 2 ** 128)
|
||||
x = random.randint(2**128 - 1, 2**128)
|
||||
print("x={}".format(x))
|
||||
|
||||
Reference in New Issue
Block a user