📜  打印到屏幕 - Python 代码示例

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

代码示例1
let x = 10;
print('The value of x is ' + x);
// prints "The value of x is 10"