pub fn input<P: AsRef<str>>(prompt: Option<P>) -> Result<String, PyException>
Python input() function - reads input from user
Note: Only available with std feature - requires OS I/O capabilities
std