What are the different data types in Python 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Committee of the Red Cross, Lives in Geneva, Switzerland.
NumbersType Format Description inta = 10Signed Integerlonga = 345L(L) Long integers, they can also be represented in octal and hexadecimalfloata = 45.67(.) Floating point real valuescomplexa = 3.14J(J) Contains integer in the range 0 to 255.1 more row
2023-05-07 06:56:20
评论(499)
Helpful(122)
Helpful
Helpful(2)

Oliver Brown
QuesHub.com delivers expert answers and knowledge to you.
NumbersType Format Description inta = 10Signed Integerlonga = 345L(L) Long integers, they can also be represented in octal and hexadecimalfloata = 45.67(.) Floating point real valuescomplexa = 3.14J(J) Contains integer in the range 0 to 255.1 more row