Code Library
Choose a language and exercises to start typing practice
| # | Time | Code Exercises | Difficulty | Number of lines |
|---|---|---|---|---|
|
1
|
6 months, 3 days, 20 hours, 41 minutes |
Py
class Employee:
|
Medium |
12 Line
|
|
2
|
6 months, 6 days, 21 hours, 12 minutes |
Py
try:
|
Medium |
4 Line
|
|
3
|
6 months, 6 days, 21 hours, 12 minutes |
Py
import datetime
|
Medium |
4 Line
|
|
4
|
6 months, 6 days, 21 hours, 12 minutes |
Py
class Person:
|
Medium |
7 Line
|
|
5
|
6 months, 6 days, 21 hours, 12 minutes |
Py
thisdict = {
|
Medium |
6 Line
|
|
6
|
6 months, 6 days, 21 hours, 12 minutes |
Py
def my_function():
|
Medium |
4 Line
|
|
7
|
6 months, 6 days, 21 hours, 12 minutes |
Py
fruits = ["apple", "banana", "cherry"]
|
Medium |
3 Line
|
|
8
|
6 months, 6 days, 21 hours, 12 minutes |
Py
thislist = ["apple", "banana", "cherry"]
|
Medium |
2 Line
|
|
9
|
6 months, 6 days, 21 hours, 12 minutes |
Py
a = 33
|
Medium |
4 Line
|
|
10
|
6 months, 6 days, 21 hours, 12 minutes |
Py
x = 5
|
Medium |
4 Line
|