commit aula2
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user