xxxxxxxxxx
# Define a class called Person
class Person:
def __init__(self, name, age):
self.name = name
self.age = age
# Create an instance (object) of the Person class
person1 = Person("John Doe", 30)
# Accessing the attributes of the instance
print(person1.name) # Output: John Doe
print(person1.age) # Output: 30
xxxxxxxxxx
======
LEAKED
======
apiKey: AIzaSyBIklC6-GUCwA9d_F8VRtKQQwkz6rX_ZEM
authDomain: platy-pixel-d07cd.firebaseapp.com
projectId: platy-pixel-d07cd
storageBucket: platy-pixel-d07cd.appspot.com
messagingSenderId: 172079264802
appId: 1:172079264802:web:9b5194bd5a6d566fe6067b
======
LEAKED
======