Icon New game New game

Super calculadora (en Python)

Fill in the Blanks

(39)
Complete los espacios que faltan para poder ejecutar el programa en Python.

Download the paper version to play

Recommended age: 17 years old
101 times made

Created by

Spain
This game is a version of

Top 10 results

  1. 1
    00:38
    time
    192
    score
  2. 2
    01:11
    time
    192
    score
  3. 3
    02:00
    time
    192
    score
  4. 4
    00:53
    time
    100
    score
  5. 5
    01:06
    time
    100
    score
  6. 6
    01:09
    time
    100
    score
  7. 7
    01:19
    time
    100
    score
  8. 8
    01:22
    time
    100
    score
  9. 9
    01:25
    time
    100
    score
  10. 10
    02:12
    time
    100
    score
Do you want to stay in the Top 10 of this game? to identify yourself.
Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

  1. time
    score
  1. time
    score
time
score
time
score
 
game-icon

Fill in the Blanks

Super calculadora (en Python)Online version

Complete los espacios que faltan para poder ejecutar el programa en Python.

by I.E.S. La Pandera
1

elif elif Multiplicar elif n1 print n2 elif print opcion else print if

= float ( input ( " Introduce tu primer número : " ) )
= float ( input ( " Introduce tu segundo número : " ) )

opcion = 0
while True :
print ( " " "
Dime , ¿ qué quieres hacer ?

1 ) Sumar los dos números
2 ) Restar los dos números
3 ) los dos números
4 ) Cambiar los números elegidos
5 ) Apagar calculadora
" " " )
opcion = int ( input ( " Elige una opción : " ) )

opcion = = 1 :
print ( " " )
print ( " RESULTADO : La suma de " , n1 , " + " , n2 , " es igual a " , n1 + n2 )
= = 2 :
print ( " " )
( " RESULTADO : La resta de " , n1 , " - " , n2 , " es igual a " , n1 - n2 )
opcion = = 3 :
print ( " " )
( " RESULTADO : El producto de " , n1 , " * " , n2 , " es igual a " , n1 * n2 )
opcion = = 4 :
n1 = float ( input ( " Introduce tu primer número : " ) )
n2 = float ( input ( " Introduce tu segundo número : " ) )
opcion = = 5 :
break
:
( " Opción incorrecta " )

educaplay suscripción