你可以像使用 python3 一样使用 input
由 T3pp31 拥有。
在 #python-3 中排名第 4
每月下载量 128 次
3KB
你可以像使用 python3 一样使用 input 函数。
use input_py::input; fn main() { let comment = "test"; let input_data = input(&comment); }
在终端测试
你可以输入以上内容