Hello-World/profile.py
2026-06-03 19:53:22 +05:30

4 lines
72 B
Python

def profile():
return "User Profile Feature Added"
print(profile())