This commit is contained in:
NARAPAREDDY GOVARDHAN REDDY 2026-06-03 19:54:17 +05:30 committed by GitHub
commit 3d9946c223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
profile.py Normal file
View File

@ -0,0 +1,4 @@
def profile():
return "User Profile Feature Added"
print(profile())