โฌCell 1 content highlighted |
โฌCell 2 content highlighted |
โฌCell 3 content highlighted |
- Checkbox 1
- Nested Checkbox 1
- Nested Checkbox 2
- Checkbox 2
- Checkbox 3
- Checkbox 1
- Nested Checkbox 1
- Nested Checkbox 2
- Checkbox 2
- Checkbox 3
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"ID": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-90,35],
[-90,30],
[-85,30],
[-85,35],
[-90,35]
]
]
}
}
]
}
from datetime import date
class AboutMe():
def __init__(self):
self.username = "cyanidee"
self.occupation = "pentest & web dev"
self.interests = ["Bypassing Security", "Programming", "Linux", "Open Source", "Crypto"]
self.hotel = "Trivago"
self.breed = "Cutie"
if __name__ == "__main__":
me = AboutMe()