Skip to content

Instantly share code, notes, and snippets.

View anaskhalid98's full-sized avatar
😎
Working from home

Anas Khalid anaskhalid98

😎
Working from home
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,