-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Update README.md #102
base: master
Are you sure you want to change the base?
Update README.md #102
Conversation
fix bug: `'''` means multi-line output in print function
README.md
Outdated
@@ -700,7 +700,7 @@ SyntaxError: invalid syntax | |||
|
|||
--- | |||
|
|||
### ▶ Half triple-quoted strings | |||
### ▶ Half triple-quoted strings (which is wrong in orinial version) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@moontree Hi, maybe you should fix the typo - orinial
-> original
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have fix this, thanks!
Hey @moontree , thanks for this fix. Could you please change it a bit? |
@@ -712,7 +712,8 @@ wtfpython | |||
>>> # print('''wtfpython') | |||
>>> # print("""wtfpython") | |||
``` | |||
|
|||
(by zc_): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove (by zc_):
and change explanation
section
@@ -700,7 +700,7 @@ SyntaxError: invalid syntax | |||
|
|||
--- | |||
|
|||
### ▶ Half triple-quoted strings | |||
### ▶ Half triple-quoted strings (which is wrong in original version) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not change the title
fix bug:
'''
means multi-line output in print function