Home
Press ? for keyboard navigation
❮
String vs float
Literals, Value Types in Python
❯
int and float
examples/basics/int_float.py
x
=
2
y
=
3.14
print
(
x
+
1.5
)
print
(
y
+
1
)
3.5 4.140000000000001
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)