Advertisement
fenix15100

EX2_AF3_PT4

Oct 16th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. Programa: Fran Camacho
  2.  
  3. #EX2
  4.  
  5. num1=int(input("Dime el primer numero "))
  6. num2=int(input("Dime el segundo numero "))
  7.  
  8. if num1>num2:
  9.     print("El numero ",str(num1)," Es el mas grande")
  10. else:
  11.     print("El numero ",str(num2)," Es el mas grande")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement