-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
helloworld.py
Outdated
print(dict_var.get('wrong-parens', None)) | ||
print(dict_var.get('wrong-parens', None)) | ||
print(dict_var.get('some_key', None)) |
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.
score: 0.17922533902332616
average score: 0.0636332705616951
max score: 0.08109419792890549
heat index: 1084
related issues:
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.
a
print(dict_var.get('wrong-parens', None)) | ||
print(dict_var.get('wrong-parens', None)) |
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.
Multi-line Comment
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.
reply comment
@@ -6,4 +6,5 @@ | |||
print(dict_var) | |||
|
|||
print(dict_var.get('some_key', None)) | |||
print(dict_var.get('wrong-parens', None) |
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.
Single-Line Comment
|
||
print(dict_var['key1']) | ||
print("=====") |
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.
Comment on lines 7 LEFT to 8 RIGHT
|
||
print(dict_var['key1']) |
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.
Comment on lines 7 LEFT to & Right
print(dict_var) | ||
|
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.
Comment 6 (No change) to 7 LEFT
print(dict_var) | ||
|
||
print(dict_var['key1']) |
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.
Comment 6 (No change) to 7 LEFT to 7 RIGHT
print("This String has no end Quote) | ||
|
||
print("This String has no end Quote") |
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.
Commenting on lines -3 to +6
No description provided.