Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Inteiros
- matricula = 1000
- contador = 10
- idade = int('20')
- # Ponto flutuante - float
- peso = 60.5
- salario = 1500.50
- salario = float(600)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement