name = "kareem"age = 14game = "foot ball"job = "doctor"print(name)print(age)print(game)print(job)
Standard input is empty
kareem 14 foot ball doctor
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!