010 - Python ejercicios w3 -n+nn+nnn

2 years ago

010 - Python ejercicios w3 -n+nn+nnn

En este ejercicio se pide un numero "n" al usuario y se procesa la suma de "n+nn+nnn"

Link de mi Jupyter Notebook en Github:
https://github.com/javier-cantu/LearningPython/blob/master/w3resource_python_ex/010%20int%20n%20compute%20n%2Bnn%2Bnnn.ipynb

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

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

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

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...