Tip for the Python int type in Mojo #135
Locked
czheo
started this conversation in
Show and tell
Replies: 1 comment
-
Update: The module's name is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Though the Mojo doc has a section mentioning
Int
vsint
, there is noint
in Mojo now to handle arbitrarily large numbers.Here's a workaround to have
int
.Beta Was this translation helpful? Give feedback.
All reactions