@@ -72,6 +72,11 | |||
|
72 | 72 | if lst[i]=='/': No newline at end of file |
|
73 | 73 | fin=i No newline at end of file |
|
74 | 74 | break No newline at end of file |
|
75 | if type == '1': | |
|
No newline at end of file | ||
|
76 | nombre2 = lst[fin+1:] | |
|
No newline at end of file | ||
|
77 | nombre2[-1]='s' | |
|
No newline at end of file | ||
|
78 | nombre2 = lst2string(nombre2) | |
|
No newline at end of file | ||
|
79 | return nombre2 No newline at end of file | |
|
75 | 80 | if type == '2': No newline at end of file |
|
76 | 81 | nombre2 = lst[fin+1:] No newline at end of file |
|
77 | 82 | nombre2[-1]='1' No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now