filmov
tv
ALX PLD - 0x00. Python / 0x01. Python

Показать описание
Explained and discussed about these concepts
THE PYTHON DIRECTIVE - #!/usr/bin/python3
String formatting - print(), f-string(), format string()
Variables, creating variable in python: name_of_var = value
Splicing (lists/strings) - splice_me = “Yes me” print(splice_me[0:-3])
Some more operations on strings - Concatenation, creating new strings
THE PYTHON DIRECTIVE - #!/usr/bin/python3
String formatting - print(), f-string(), format string()
Variables, creating variable in python: name_of_var = value
Splicing (lists/strings) - splice_me = “Yes me” print(splice_me[0:-3])
Some more operations on strings - Concatenation, creating new strings