Page 1 of 1

Numeric examples – (INT08)

Posted: Wed May 29, 2024 12:34 pm
by admin
#Numeric examples

Code: Select all

#Numeric examples
x = 45
y = 35457554887711.56
z = -3255522j

print(type(x))
print(type(y))
print(type(z))