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