Skip to content

tlee0058/Python_Fundamentals

Repository files navigation

Python_Fundamentals

Difficulty level: Basic

  1. String and List Practice, Find and Replace, Min and Max, First and Last, New List

  2. Create a program that prints multiples, sum list and average list

  3. Filter by Type: Write a program that, given some value, tests that value for its type.

  4. 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

  1. Write a program that takes a list and prints a message for each element in the list, based on that element's data type.

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

  3. Assignment: Checkerboard Write a program that prints a 'checkerboard' pattern to the console.

alt tag

​8) Multiplication Table Create a program that prints a multiplication table in your console. alt tag 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.

About

1) String and List Practice, Find and Replace, Min and Max, First and Last, New List

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published