Skip to content

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

Open
ramiroaisen wants to merge 1 commit intoTodePond:mainfrom
ramiroaisen:patch-1
Open

doc: change 3 in number to three in letters (as it should be)#731
ramiroaisen wants to merge 1 commit intoTodePond:mainfrom
ramiroaisen:patch-1

Conversation

@ramiroaisen
Copy link
Copy Markdown

No description provided.

@guigui0246
Copy link
Copy Markdown

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
Copy Markdown
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