Difficulty level: Basic
-
String and List Practice, Find and Replace, Min and Max, First and Last, New List
-
Create a program that prints multiples, sum list and average list
-
Filter by Type: Write a program that, given some value, tests that value for its type.
-
Type List: Write a program that takes a list and prints a message for each element in the list, based on that element's data type.
Difficulty Level: Intermediate
-
Write a program that takes a list and prints a message for each element in the list, based on that element's data type.
-
Find Characters Write a program that takes a list of strings and a string containing a single character, and prints a new list of all the strings containing that character.
-
Assignment: Checkerboard Write a program that prints a 'checkerboard' pattern to the console.
8) Multiplication Table Create a program that prints a multiplication table in your console. 9) Foo and Bar Write a program that prints all the prime numbers and all the perfect squares for all numbers between 100 and 100000. 10) Python Turtle Try drawing a simple picture using the Python module Turtle.