Python icon indicating copy to clipboard operation
Python copied to clipboard

#Python #programming #coding #carreer #def #functions 🐍🚀

Open ayyanagoud12 opened this issue 1 month ago • 0 comments

def marriage(boy, girl): print(f"Girl is {girl} ") print(f"Boy is {boy}")

print(f" {boy} married {girl}")

marriage("virat", "anushka") marriage("yash","radhika") marriage("darshan","vijayalakshmi")

ayyanagoud12 avatar Dec 04 '25 16:12 ayyanagoud12