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

Deleted comma, added new video link for Win95 guide, fixed string concatenation #152

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Hahlh
Copy link

@Hahlh Hahlh commented Feb 7, 2019

Support for the edit:
Grammarly: Comma before "and"

Thank you for the beautiful article and your contentious work to improve it!

Leo

The video in the section "Briefly on the subject of Microsoft" is not being displayed any more, because of the channel being banned on the basis of many reports about copyright infringements.
@Hahlh
Copy link
Author

Hahlh commented Feb 7, 2019

The video in the section "Briefly on the subject of Microsoft" is not displayed anymore. The message reads something along the lines of: "The channel was banned on the basis of many reports about copyright infringements".

At the same time the original video and the channel are still accessible through Youtube directly.

whatiscodewin95vid

I exchanged the old link for an alternative identical one.
This should be tested, before it is merged.

@Hahlh Hahlh changed the title Deleted comma Deleted comma and added new video link for the Win95 guide Feb 7, 2019
TypeError: unsupported operand type(s) for +: 'int' and 'str'
@Hahlh
Copy link
Author

Hahlh commented Feb 7, 2019

Section 6.2

This sort of thing really happens, and part of the job is remembering that 4 + 20 is 24 and 4 + “20” is “420”.
would trigger:
TypeError: unsupported operand type(s) for +: 'int' and 'str'

I changed it to:

This sort of thing really happens, and part of the job is remembering that 4 + 20 is 24 and "4" + “20” is “420”.

@Hahlh Hahlh changed the title Deleted comma and added new video link for the Win95 guide Deleted comma, added new video link for Win95 guide, fixed string concatenation Feb 7, 2019
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.

None yet

1 participant