My Stats
!--
Here are some ideas to get you started:
- 🔭 I’m currently working on My Project (Secret)
- 🌱 I’m currently learning JS
- 👯 I’m looking to collaborate on None
- 🤔 I’m looking for help with None
- 💬 Ask me about ...
- 📫 How to reach me: ...
- 😄 Pronouns: ...
- ⚡ Fun fact: ... -->
- 🗣 Commented on #3 in Hobby-Dev-0/Hobby-Dev-0
- ❗️ Opened issue #1 in TheAndencento/Andencento
- 🗣 Commented on #1 in LEGEND-OS/LEGENDUSERBOT
- 🗣 Commented on #1 in LEGEND-OS/LEGENDUSERBOT
- 🗣 Commented on #1 in LEGEND-OS/LEGENDUSERBOT
import json
from dataclasses import asdict, dataclass
@dataclass
class Stack:
languages : ("Python", "Bash", "HTML", "CSS")
misc : tuple[str, ...] = ("Docker")
ongoing : tuple[str, ...] = ("Python", "HTML", "CSS", "JAVA SCRIPT")
def serialize(self):
return json.dumps(asdict(self), indent=4)
stack = Stack()
print(stack.serialize())
printf(f"Thank You Very Much. Stay Tuned With Me !! My Languages {languages}")
import json
from dataclasses import asdict, dataclass
@dataclass
class Stack:
languages : ("Python", "Bash", "HTML", "CSS")
misc : tuple[str, ...] = ("Docker")
ongoing : tuple[str, ...] = ("Python", "HTML", "CSS", "JAVA SCRIPT")
def serialize(self):
return json.dumps(asdict(self), indent=4)
stack = Stack()
print(stack.serialize())
printf(f"Thank You Very Much. Stay Tuned With Me !! My Languages {languages}")
languages = "Python"
k = "Bash"
k2 = "HTML"
k3 = "CSS"
k4 = "Java Script"
console.log(languages, k, k2, k3, k4)
languages = "Python"
k = "Bash"
k2 = "HTML"
k3 = "CSS"
k4 = "Java Script"
console.log(languages, k, k2, k3, k4)
---

