example = { 'name': 'james', 'age': 15, 'school': 'some'} name, age, _ = example.values()print(name, age)
Standard input is empty
james 15
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!