@@ -72,6 +72,11 | |||||
72 | if lst[i]=='/': No newline at end of file |
|
72 | if lst[i]=='/': | |
73 | fin=i No newline at end of file |
|
73 | fin=i | |
74 | break No newline at end of file |
|
74 | break | |
|
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 | if type == '2': No newline at end of file |
|
80 | if type == '2': | |
76 | nombre2 = lst[fin+1:] No newline at end of file |
|
81 | nombre2 = lst[fin+1:] | |
77 | nombre2[-1]='1' No newline at end of file |
|
82 | nombre2[-1]='1' |
General Comments 0
You need to be logged in to leave comments.
Login now