Dashboard
(current)
My Courses
Select Topics
Hello World
Creating Variables
Variable Names-Valid
Variable Names-Invalid
Assign Value to Multiple Variables
Output Variables
Python Data Types
List
Tuple
Range
Dict
Set
FrozenSet
Bool
Bytes
Bytearray
Memoryview
Getting data type
Python Numbers
Random Number
Python Casting
String Literals
Assign String to a Variable
Multiline Strings
Strings are Arrays
Slicing
Negative Indexing
String Length
Strip Method
Lower Method
Upper Method
Replace Method
Split Method
Check String
String Concatenation
String Format
Escape Character
capitalize() Method
casefold() Method
upper() Method
count() Method
find() Method
isupper() Method
islower() Method
endswith() Method
split() Method
replace() Method
startswith() Method
swapcase() Method
splitlines() Method
strip() Method
rsplit() Method
rstrip() Method
isdigit() Method
isspace() Method
isprintable() Method
isalnum() Method
partition() Method
isalpha() Method
lstrip() Method
istitle() Method
center() Method
expandtabs() Method
index() Method
isidentifier() Method
join() Method
ljust() Method
If Statement Method
Elif
Else
Short Hand If
Short Hand If Else
Ternary Operator
And Operator
Or Operator
Nested If
Pass Statement
While Loop
Break Statement
Continue Statement
Else Statement
For Loops
Looping through a String
Break Statement
Continue Statement
Range Function
Else in For Loop
Nested Loops
Pass Statement
Calling a Function
Arguments
Arbitrary Arguments
Keyword Arguments
Default Parameter Value
Passing a List as an Argument
Return Values
Pass Statement
Code Editor
Run
Clear
Go Back