Skip to content

TheWITProject/exercise_1.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Summary

You will be working through some coding problems on repl.it. When you have solved a problem, please copy and paste the solution into the codeblock below each question. Many of these problems can be solved using built-in methods. Try to solve them with and without!

Before you get started:

  • clone this repo
  • create and checkout a personal branch of this repo git checkout -b <YOUR_NAME>_exercise_1.1

When you are done:

  • push up your personal branch git push origin <YOUR_NAME>_exercise_1.1
  • open a PR for your branch

Exercises

Loops & Lists

# copy & paste your solution here
# copy & paste your solution here
# copy & paste your solution here
# copy & paste your solution here

Dictionaries

# copy & paste your solution here
# copy & paste your solution here
# copy & paste your solution here

Functions

# copy & paste your solution here
# copy & paste your solution here

Done already?

Practice more problems on CodeWars.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors