Skip to content

Latest commit

 

History

History

python-hello_world

Python - Hello, World

Tasks

  • 0. Run Python file
    • 0-run - Shell script that runs a Python script.
  • 1. Run inline
  • 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 variable number, followed by Battery street.
  • 4. Print float
    • 4-print_float.py - Prints the float stored in the variable number with a precision of 2 digits.
  • 5. Print string
    • 5-print_string.py - Print 3 times a string stored in the variable str, followed by its first 9 characters.
  • 6. Play with strings
  • 7. Copy - Cut - Paste
    • 7-edges.py - Prints some parts of a string with their position.
  • 8. Create a new sentence
  • 9. Easter Egg
  • 10. Hello, write
    • 100-write.py - Prints exactly and that piece of art is useful - Dora Korpar, 2015-10-19 with the function write from the sys module to stderr and exit with the status code 1.

Author