Quick actions

cmd+k|ctrl+k

Navigation

Languages

Parameter and Argument

Snippet info

Language

Python

Visibility

public

Author

ankushsahu203

Created

2026-07-21T17:04:19.972853Z

Updated

2026-07-21T17:04:19.972853Z

def say_hello(name,emoji):
    print(f"hello {name} {emoji}")
say_hello("Ankush","😊")
say_hello("naru","😊")
say_hello("sai","😊")
INFO