Diferencia entre revisiones de «Usuario:Lmorillas/Sandbox»
De WikiEducator
(Página creada con '== mis tests == {{:Curso_Python_DGA_2011/Codigo_fuente |titulo=Ejemplo código |codigo=for x in range(100): print x }} {{:Curso_Python_DGA_2011/fuenteabre}} for x in range(…') |
|||
Línea 1: | Línea 1: | ||
== mis tests == | == mis tests == | ||
− | |||
{{:Curso_Python_DGA_2011/Codigo_fuente | {{:Curso_Python_DGA_2011/Codigo_fuente | ||
|titulo=Ejemplo código | |titulo=Ejemplo código | ||
Línea 11: | Línea 10: | ||
print x | print x | ||
{{:Curso Python DGA 2011/fuentecierra}} | {{:Curso Python DGA 2011/fuentecierra}} | ||
+ | |||
+ | |||
+ | == nueva ventana == | ||
+ | |||
+ | == Widget Nueva Ventana (NewWindow) == | ||
+ | {{raw:NewWindowLinks|[http://google.com/ Google]}} | ||
+ | |||
+ | {{raw:NewWindow}}[http://google.com/ Google] |
Revisión de 20:12 12 ago 2011
mis tests
Ejemplo código
{{{codigo}}}
for x in range(100):
print x
</source>