Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
def helloWorld():
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

• Line 6:1: E305 expected 2 blank lines after class or function definition, found 1
• Line 6:21: W292 no newline at end of file

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

print("Hello World!")

def helloWorldTenTimes():

# This loop prints Hello World followed by the iteration number.
for i in range(1, 10):
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@cam2-code-review-bot-2 defect logic 3 "immproper range"

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@cam2-code-review-bot-2 report documentation defect from lines 3 to 5 with description "this is a test defect"

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@cam2-code-review-bot-2 report documentation defect from lines 3 to 5 with description "this is a test defect"

print("Hello World #", i, "!")
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@cam2-code-review-bot-2 report documentation defect from lines 3 to 5 with description "this is a test defect"

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@cam2-code-review-bot-2 report logic defect from lines 3 to 5 with description "this is a test defect"


Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@cam2-code-review-bot-2 report logic defect from lines 3 to 5 with description "this is a test defect"

helloWorldTenTimes()
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@cam2-code-review-bot-2 report documentation defect on line 7 with description "this is a test defect"

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@cam2-code-review-bot-2 report logic defect on line 7 with description "this is a test defect"

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@cam2-code-review-bot-2 report logic defect from lines 3 to 5 with description "this is a test defect"