Skip to content

tlee0058/Python_Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

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.
  5. Write a program that takes a list and prints a message for each element in the list, based on that element's data type.
  6. 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.
  7. Assignment: Checkerboard Write a program that prints a 'checkerboard' pattern to the console.

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