📜  python代码示例中的乘法表

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

代码示例5
#* is the multiplication symbol in Python, so:
print(2 * 3)
#output: 6