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

typo - day3 - missing parentheses #85

Open
CristyTarantino opened this issue Jul 19, 2018 · 4 comments
Open

typo - day3 - missing parentheses #85

CristyTarantino opened this issue Jul 19, 2018 · 4 comments

Comments

@CristyTarantino
Copy link
Member

In day3.md file the code for converting var2 string to print the sum of var1 + var2 is missing a parentheses.

It should be:

print(var1 + int(var2))

and not

print(var1 + int(var2)

@CristyTarantino CristyTarantino changed the title typo - day3 typo - day3 - missing parentheses Jul 19, 2018
This was referenced Jul 19, 2018
CristyTarantino pushed a commit to CristyTarantino/toolkitten that referenced this issue Aug 15, 2018
@shridhiaggarwal
Copy link

shridhiaggarwal commented Oct 5, 2018

is this issue still open and may I work on it ?
actually i don't know much about git because i have just started using it . That's why I am not able to identify that this issue is still open or not.

@CristyTarantino
Copy link
Member Author

@aggarwal19 the issue has been resolved but it’s in a pull request and it requires an admin of the project to merge and close the issue.

@shridhiaggarwal
Copy link

okay , thank you

@shridhiaggarwal
Copy link

shridhiaggarwal commented Oct 11, 2018 via email

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