Q:

declare double python

myfloat = 7.0
2
x = 5

print(type(x))
# Output: <class 'int'>
2
def function(explicit_number: type) -> type:
    pass
0
explicit_number: type
0
#Varibles Guide:
a = 5 #NUMBER
b = "Varibles!" #STRING
c = True #BOOLEN  Hey, this is an edit, sorry for having it as true not True, caps matter.
d = False #BOOLEN Hey, this is an edit, sorry for having it as false not False, caps matter.
0

New to Communities?

Join the community