Posts by Samuel Augusto • 1 point
1 post
-
-3
votes1
answer379
viewsQ: How to know the primitive type of a variable in python
(I am inciante) I have the following dictionary: ''' d = {'nome': ' ', 'Idade': 0, 'carteira de trabalho': 0, 'ano de contrato': 0, 'salário': 0.0} ''' This is the initial version of it, and I have…