Advertisement
igovasconcelos

Untitled

Aug 27th, 2020
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. # Inteiros
  2. matricula = 1000
  3. contador  = 10
  4. idade = int('20')
  5. # Ponto flutuante - float
  6. peso = 60.5
  7. salario = 1500.50
  8. salario = float(600)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement