mirror of
https://github.com/octocat/Hello-World.git
synced 2026-06-24 04:07:50 +00:00
4 lines
72 B
Python
4 lines
72 B
Python
|
|
def profile():
|
||
|
|
return "User Profile Feature Added"
|
||
|
|
|
||
|
|
print(profile())
|