Skip to content

Commit bbc8dc1

Browse files
committed
Added video link and table of content
1 parent cb76b8d commit bbc8dc1

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

01-python-introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Introduction to Python
22

3+
**Video Link:** https://www.youtube.com/watch?v=B7G5B8P8k9s
4+
35
Python is a powerful general-purpose programming language. It is used in
46

57
* Machine Learning

02-variables.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Print Function and Variables
22

3-
In this lesson, we learned about the `print()` function and variables.
3+
**Video Link:** [https://www.youtube.com/watch?v=i83VkP0LHPI](https://www.youtube.com/watch?v=i83VkP0LHPI)
4+
5+
In this video, we learned about the `print()` function and variables in Python.
6+
7+
**Programs in the Video**
8+
9+
- [Progrm to Print Strings](https://github.com/programiz/python-course/blob/master/02-variables.md#print-function)
10+
- [Progrm to Print Numbers](https://github.com/programiz/python-course/blob/master/02-variables.md#program-to-print-numbers)
11+
- [Store Data in a Variable](https://github.com/programiz/python-course/blob/master/02-variables.md#program-to-print-numbers)
12+
- [Assign one Variable to Another](https://github.com/programiz/python-course/blob/master/02-variables.md#assign-one-variable-to-another)
13+
- [Print Multiple Objects in One print()](https://github.com/programiz/python-course/blob/master/02-variables.md#print-multiple-objects-in-one-print)
414

515
## print() Function
616

0 commit comments

Comments
 (0)