Skip to content
Snippets Groups Projects
Commit 2736c9ea authored by Wilson Castañeda Ayay's avatar Wilson Castañeda Ayay
Browse files

ejercicio1

parent 405d62cc
No related branches found
No related tags found
No related merge requests found
%% Cell type:code id: tags:
``` python
#print('Ingrese palabras separadas por guión (-):')
#entrada=input()
entrada="Ingrese-palabras-separadas-por-guión"
lista=entrada.split('-')
salida=sorted(lista)
print ('-'.join(salida))
```
%% Output
Ingrese-guión-palabras-por-separadas
%% Cell type:code id: tags:
``` python
```
%% Cell type:code id: tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment