input_py 0.2.1

you can use input like python3
Documentation

how to use

you can use input function like python3.

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

in terminal test:

you can input above