009 - Python ejercicios w3 - fecha simple

2 years ago
2

009 - Python ejercicios w3 - fecha simple

En este ejercicio se imprime de diferentes maneras una fecha.
Usando textos con formato, % y .format.

Link de mi Jupyter Notebook en GitHub:
https://github.com/javier-cantu/LearningPython/blob/master/w3resource_python_ex/009%20Fecha.ipynb

--------------------------

Link del ejercicio:
https://www.w3resource.com/python-exercises/python-basic-exercise-9.php

--------------------------

Otros Links Consultados:

What's the difference between %s and %d in Python string formatting?
https://stackoverflow.com/questions/4288973/whats-the-difference-between-s-and-d-in-python-string-formatting/56382046

Python.org string ā€” Common string operations
https://docs.python.org/3/library/string.html#format-examples

Python String format() Method
https://www.w3schools.com/python/ref_string_format.asp

Python String Formatting
https://www.w3schools.com/python/python_string_formatting.asp

PyFormat
https://pyformat.info/

---------------------------

Jupyter ShortCuts
Insert:
a = Incert Cell Above
b = Incert Cell Below
Cell:
Shift + Enter = Run Cells and Select Below
d,d = Delete cell
Cell Type:
y = Code
m = Markdown
Kernel:
Restart = 0,0

Loading comments...