📌  相关文章
📜  使用小数时如何在 python 中解决不是以 10 为底的问题 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:32.280000             🧑  作者: Mango

代码示例1
Example = float(input("Question?"))
Example_2 = float(input("Question2?"))
Awnser_1 = float(Example) * float(Example_2)
print = Awnser_1