micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# test bignum power
|
||||
|
||||
i = 1 << 65
|
||||
|
||||
print(0 ** i)
|
||||
print(i ** 0)
|
||||
print(i ** 1)
|
||||
print(i ** 2)
|
Reference in New Issue
Block a user