Skip to content

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

Hahlh added 2 commits February 7, 2019 11:57
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.

1 participant