id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

burns@bxscience.edu burnscfa > arithDate
prev  |  next  |  chance

Arithmetic Dates: A date of the form mm dd yy is considered arithmetic if mm, dd, yy is an arithmetic sequence. Complete the function which returns true if the date is arithmetic.


arithDate(4, 11, 18) → True
arithDate(4, 10, 18) → False
arithDate(2, 10, 18) → True

...Save, Compile, Run (ctrl-enter)

def arithDate(mm, dd, yy):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Difficulty: 200

Copyright Nick Parlante 2017 - privacy