Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: change 3 in number to three in letters (as it should be) #731

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ramiroaisen
Copy link

No description provided.

@guigui0246
Copy link

Then precise that it's gonna use the letter names only when using letter numbers:

print(one + two)! //three
print(1 + 2)! //3
print(1 + two)! //3 or three (50/50)
print(one + 1 + one)! //3 (1/3) or three (2/3)

@loglot
Copy link
Contributor

loglot commented Sep 10, 2024

I concur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants