Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion Exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ Enter your college: Toch instituiteof science and technology
------------------------------------
Name : learnbyexample
Department : ECE
College : PSG Tech
College : PSG Techsuhahai

/';,jmo
'kmlodnls;[

l;lmsoxsosnoo
ll;lsnklnw xn
name :
```

<br>
Expand Down
7 changes: 7 additions & 0 deletions Functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ def num_square(num):
"""

return num * num

def num_cube(num):
"""
returns cube of number
"""

return num * num * num
```

**Further Reading**
Expand Down