Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit cccbfba

Browse files
committed
Starting PR N 3
1 parent dccc20d commit cccbfba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

awesome/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ def fib(n):
1414

1515
def coala(k):
1616
return k * k
17+
18+
# Adding some comments
19+
20+
21+
def k(l):
22+
return 2 * l

0 commit comments

Comments
 (0)