Muchisimas Gracias!
Este tipo de cosas suceden cuando estas acostumbrado a otros lenguajes
Este tipo de cosas suceden cuando estas acostumbrado a otros lenguajes
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
opc = input ("Presione: \n1.- Leer...");
if opc==1:
leer()
elif opc==2:
print
.
.
.
def leer():
N = input ("Introduzca...");
.
.
.
<strong><p>What year Doctor Who begin to air?</p></strong>
<p><input type="radio" value="1" checked name="pregunta1">1963</p>
<p><input type="radio" value="0" name="pregunta1">1989</p>
<p><input type="radio" value="0" name="pregunta1">2005</p>
<p><input type="radio" value="0" name="pregunta1">1996</p>
<Br>
<strong><p>What was the real name of the 3rd Doctor?</p></strong>
<p><input type="radio" value="1" checked name="pregunta2">Jon Pertwee</p>
<p><input type="radio" value="0" name="pregunta2">William Hartnell</p>
<p><input type="radio" value="0" name="pregunta2">Colin Baker</p>
<p><input type="radio" value="0" name="pregunta2">Tom Baker</p>
<Br>
<strong><p>Besides the Daleks, what monsters are the oldest in the series?</p></strong>
<p><input type="radio" value="0" checked name="pregunta3">The Master</p>
<p><input type="radio" value="0" name="pregunta3">Vashta Nerada</p>
<p><input type="radio" value="1" name="pregunta3">Cybermen</p>
<p><input type="radio" value="0" name="pregunta3">The Rani</p>
<Br>
<strong><p>Who Doctor was the longest Doctor?</p></strong>
<p><input type="radio" value="0" checked name="pregunta4">Tenth</p>
<p><input type="radio" value="1" name="pregunta4">Fourth</p>
<p><input type="radio" value="0" name="pregunta4">Sixth</p>
<p><input type="radio" value="0" name="pregunta4">First</p>
<Br>