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

 

konstans@stuy.edu all > isBig
prev  |  next  |  chance

Write a function to determine if a number is big. Big numbers are larger than ten thousand.


isBig(100) → False
isBig(10000) → False
isBig(10001) → True

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

def isBig(n):

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: 2

Copyright Nick Parlante 2017 - privacy