SatyamSinghal commited on
Commit
bdcbbab
·
verified ·
1 Parent(s): 5bffaad

Create company_profile.py

Browse files
Files changed (1) hide show
  1. company_profile.py +7 -0
company_profile.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ company_profile = {
2
+ "brand_name": "Razorpay",
3
+ "headquarters": "Bangalore, India",
4
+ "founders": ["Harshil Mathur", "Shashank Kumar"],
5
+ "industry": "FinTech",
6
+ "website": "https://razorpay.com"
7
+ }