Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4991832

Browse files
Added Problem Solving
1 parent 77513af commit 4991832

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

‎CS02_Introduction_to_Python_Programming.MD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@
2121
16. **Lecture 16**: Object Oriented Programming
2222

2323
### Recitations
24-
- **Recitation 01**: Important Questions on Python
24+
- **Recitation 01**: Important Questions on Python
25+
26+
### Problem Solving in Python
27+
- It contains 3 files of the Assignments
28+
- Problem Solving 1: Basic Level
29+
- Problem Solving 2: Intermediate level
30+
- Problem Solving 3: Advanced level

‎Lecture_17/08_map().MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# **`map()`**
2+
It applies a function to each item in an iterable (list, tuple, etc.)
3+
4+
**Syntax:** `map(function, iterable)`
5+
6+
```py
7+
8+
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /