File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Introduction to Python
22
3+ ** Video Link:** https://www.youtube.com/watch?v=B7G5B8P8k9s
4+
35Python is a powerful general-purpose programming language. It is used in
46
57* Machine Learning
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments