Advertisement
tdrobotica

Ejercicio variable Python

Mar 14th, 2022
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. #variables y literales
  2. a = 12.456
  3. p = 1024
  4. millon = 1000000
  5. micro = 0.000001
  6. numero = 10
  7. log1 = False
  8. log2 = True
  9. saludo = "Hola mundo"
  10. frase = "EL día esta muy bonito"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement