Skip to content
Snippets Groups Projects

Resolve RTSD-162

Merged Eric Kooistra requested to merge RTSD-162 into master
1 unresolved thread

Closes RTSD-162

Merge request reports

Pipeline #66418 passed

Pipeline passed for 4898477b on RTSD-162

Merged by Eric KooistraEric Kooistra 1 year ago (Dec 7, 2023 2:09pm UTC)

Loading

Pipeline #66425 passed

Pipeline passed for 16d4a0d4 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
58 58
59 59
60 60 def is_even(n):
61 """Return True if n is even, else False when odd."""
61 """Return True if n >= 0 is even, else False when odd."""
  • Eric Kooistra added 1 commit

    added 1 commit

    • 4898477b - Correct docstring of is_even() and is_odd().

    Compare with previous version

  • Eric Kooistra enabled an automatic merge when the pipeline for 4898477b succeeds

    enabled an automatic merge when the pipeline for 4898477b succeeds

  • Eric Kooistra mentioned in commit 16d4a0d4

    mentioned in commit 16d4a0d4

  • merged

  • Please register or sign in to reply
    Loading