#input #python-3 #terminal

bin+lib input_py

你可以像使用 python3 一样使用 input

3 个不稳定版本

0.2.1 2024年7月7日
0.2.0 2024年4月3日
0.1.0 2023年9月20日

#python-3 中排名第 4

Download history 7/week @ 2024-05-20 74/week @ 2024-07-01 39/week @ 2024-07-08 15/week @ 2024-07-29

每月下载量 128

MIT 许可证 MIT

3KB

如何使用

你可以像使用 python3 一样使用 input 函数。

use input_py::input;
fn main() {
    let comment = "test";
    let input_data = input(&comment);
}

在终端测试

你可以输入以上内容

无运行时依赖