top of page
Python Minds
By Gunek Singh
Home
Courses
The Basics
Advanced Topics
About
Up
(Hover your mouse over the icons to learn more about the lessons. )
Advanced Topics
print
(
"Hello"
)
1. Printing
x
=
12
2. Variables & Datatypes
x
=
[
12,14,1
]
3. Lists, Dictionaries, Tuples
def
myFunction
4. Functions
if
x > 2
:
5. Conditionals
while
x > 2
:
6. Loops
bottom of page