- 0. Run Python file
0-run
- Shell script that runs a Python script.
- 1. Run inline
1-run_inline
- Shell script that runs Python code.
- 2. Hello, print
2-print.py
- Python script that prints exactly"Programming is like building a multilingual puzzle
, followed by a new line.
- 3. Print integer
3-print_number.py
- Prints an integer stored in the variablenumber
, followed byBattery street
.
- 4. Print float
4-print_float.py
- Prints the float stored in the variablenumber
with a precision of 2 digits.
- 5. Print string
5-print_string.py
- Print 3 times a string stored in the variablestr
, followed by its first 9 characters.
- 6. Play with strings
6-concat.py
- Complete this source code to printWelcome to Holberton School!
.
- 7. Copy - Cut - Paste
7-edges.py
- Prints some parts of a string with their position.
- 8. Create a new sentence
8-concat_edges.py
- Complete this source code to printobject-oriented programming with Python
.
- 9. Easter Egg
9-easter_egg.py
- Prints "The Zen of Python", by TimPeters.
- 10. Hello, write
100-write.py
- Prints exactlyand that piece of art is useful - Dora Korpar, 2015-10-19
with the functionwrite
from thesys
module tostderr
and exit with the status code1
.
- Felipe Villamizar - GitHub