e.g., create an App or API that exposes the functionality from our model, using Flask.
Initial code: https://stackblitz.com/edit/react-kgkeid?file=src%2FApp.js
Note:
- It uses stackblitz's classic engine
- https://stackblitz.com/edit/stackblitz-starters-723xsm?file=src%2FApp.js
- Note: work on the App component (do not create other components)
In ancient times, a wise person presented a challenge to a curious king: place 1 grain of rice on the first square of a chessboard, and for each subsequent square, double the number of grains.
For example:
- 1st square → 1 grain
- 2nd square → 2 grains
NewerOlder