Skip to content

Instantly share code, notes, and snippets.

@AAmedeo
Created March 24, 2022 09:45
Show Gist options
  • Save AAmedeo/fdeb1f74413d109d3f2727fa1116e687 to your computer and use it in GitHub Desktop.
Save AAmedeo/fdeb1f74413d109d3f2727fa1116e687 to your computer and use it in GitHub Desktop.
Mario hello world
import mario
test_iot = mario.load_test('IOT')
test_sut = mario.load_test('SUT')
print(test_iot)
print(test_sut)
print(test_iot.get_index('Region'))
print(test_sut.get_index('Factor of production'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment