def foo(x: int) -> int: return x print(foo(10))print(foo("TYPED!"))
Standard input is empty
10 TYPED!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!