Hello-World/dashboard.py
2026-05-11 09:52:18 +05:30

4 lines
79 B
Python

def dashboard():
print("Dashboard Feature Added Successfully")
dashboard()