7V_SPACE

Logo

Give me a hadron, I'll be strong.

View My GitHub Profile

Say Hi to you!

import datetime

def sayHello(name):
  print((str(datetime.datetime.now())).split('.')[0] +\ 
    "\n" +\
    "{:}, hello!\n".format(name) +\
    "Welcome to 7V_SPACE.")
  
yourName = input("What's your name?")
sayHello(yourName)

Think it interesting?
Come and see more on my blog