Advertisement
adventuretimeh

MAGGIORE E MINORE

Nov 20th, 2019
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.39 KB | None | 0 0
  1. num1=int(input("primo valore"))
  2. num2=int(input(" secondo valore"))
  3. if(num1>num2):
  4. magg=num1
  5. minor=num2
  6.  
  7. print( "magg e",maggiore)
  8. print("minor e",minore)
  9.  
  10.  
  11. \\quando fai run metti il primo numero un numero grande mentre al secondo numero metti un numero piu piccolo e vedi che funziona il progamma\\
  12.  \\ scusate ma questo progamma che ci hanno dato mi dice EXPECTED AN INDENTED BLOCK\\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement