Good day, everyone!
I am new to Power Apps, so coming here for help in creating my first App.
In making a simple query form/tool like below, here is the idea.

Basically,
1. it let users to input some strings.
2. by clicking the button, a Python script to examine if the user’s input matches any keys in a preset (Python) dictionary.
3. if the input has a match, it returns the value. Otherwise an error message.
This tool will be used and circulated internally in a company.
What's the steps I shall follow to create my first Power App?
Can anybody please shed some light? Any comments are welcome. Thank you.