Skip to content

rajendrakumaryadav/greetworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

PyPi Pubish

It is based on Python and return

$python
> from greetworld import greet
> hello = greet.greet()
> print(hello.say_hello())
Hello, World!
> hello = greet.greet("Rajendra")
> print(hello.say_hello())
Hello, Rajendra!