commit aula2
This commit is contained in:
parent
54b6b0d484
commit
f715cb7c7d
|
|
@ -0,0 +1,12 @@
|
||||||
|
a = 20
|
||||||
|
a = 3.1415
|
||||||
|
nome = "Simon"
|
||||||
|
total = 4596
|
||||||
|
resultado = 45.45
|
||||||
|
logico = True
|
||||||
|
|
||||||
|
print(type(a))
|
||||||
|
print(type(nome))
|
||||||
|
print(type(total))
|
||||||
|
print(type(resultado))
|
||||||
|
print(type(logico))
|
||||||
Loading…
Reference in New Issue