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

Update helloworld.py #3

Merged
merged 12 commits into from
Nov 12, 2021
Merged

Update helloworld.py #3

merged 12 commits into from
Nov 12, 2021

Conversation

SahilPatnayakuni
Copy link
Owner

No description provided.

helloworld.py Outdated
Comment on lines 9 to 11
print(dict_var.get('wrong-parens', None))
print(dict_var.get('wrong-parens', None))
print(dict_var.get('some_key', None))
Copy link

@autodevreviewdevelopment autodevreviewdevelopment bot Nov 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

score: 0.17922533902332616
average score: 0.0636332705616951
max score: 0.08109419792890549
heat index: 1084
related issues:

Was this feedback helpful?
Yes No

Copy link
Owner Author

@SahilPatnayakuni SahilPatnayakuni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a

Comment on lines +9 to +10
print(dict_var.get('wrong-parens', None))
print(dict_var.get('wrong-parens', None))
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multi-line Comment

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reply comment

@@ -6,4 +6,5 @@
print(dict_var)

print(dict_var.get('some_key', None))
print(dict_var.get('wrong-parens', None)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Single-Line Comment

Comment on lines -7 to +8

print(dict_var['key1'])
print("=====")
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines 7 LEFT to 8 RIGHT


print(dict_var['key1'])
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines 7 LEFT to & Right

Comment on lines 6 to -7
print(dict_var)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment 6 (No change) to 7 LEFT

Comment on lines 6 to +7
print(dict_var)

print(dict_var['key1'])
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment 6 (No change) to 7 LEFT to 7 RIGHT

Comment on lines -3 to +6
print("This String has no end Quote)

print("This String has no end Quote")
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting on lines -3 to +6

@SahilPatnayakuni SahilPatnayakuni merged commit c826949 into master Nov 12, 2021
@SahilPatnayakuni SahilPatnayakuni deleted the fix-parens branch November 12, 2021 20:02
@SahilPatnayakuni SahilPatnayakuni restored the fix-parens branch November 12, 2021 20:02
@SahilPatnayakuni SahilPatnayakuni deleted the fix-parens branch November 12, 2021 20:02
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