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