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