Skip to content

Instantly share code, notes, and snippets.

View adithya-sn's full-sized avatar

Adithya adithya-sn

  • Bengaluru, India
View GitHub Profile
from flask import Flask
from flask_restful import Api, Resource, reqparse
app = Flask(__name__)
api = Api(app)
users = [
{
"name": "Nicholas",
"age": 42,