7 lines
59 B
Python
7 lines
59 B
Python
|
|
d= 1
|
|
|
|
a = f"neco {d=} a nebo takhle {float(d)}"
|
|
|
|
print(a)
|