Practice
Discuss
Download
Our Team
Login
Sign Up
Python
1
2
3
4
5
def
greet
(
name
)
:
print
(
"Hello "
+ name
)
greet
(
"StudySync"
)
Run Code
Click "Run Code" to see the output here
Provide input in code itself