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

Python
Python practice problems. See also Python Example Code. Python help docs: Python Strings | Python Lists | Python If Boolean
Warmup-1
Simple warmup problems to get started, no loops (solutions available)
sleep_in H   monkey_trouble H   sum_double H     more
Warmup-2
Medium warmup string/list problems with loops (solutions available)
string_times H   front_times H   string_bits H     more
String-1
Basic boolean logic puzzles -- if else and or not
hello_name  make_abba  make_tags    more
List-1
Basic python list problems -- no loops.
first_last6  same_first_last  make_pi    more
Logic-1
Basic boolean logic puzzles -- if else and or not
cigar_party H   date_fashion H   squirrel_play    more
Logic-2
Medium boolean logic puzzles -- if else and or not
make_bricks  lone_sum  lucky_sum    more
String-2
Medium python string problems -- 1 loop.
double_char H   count_hi H   cat_dog    more
List-2
Medium python list problems -- 1 loop.
count_evens H   big_diff  centered_average    more

Copyright Nick Parlante 2006-10 - privacy