Hello,world!

1
2
3
4
5
def welcome():
print ("Nice to meet you!")

if __name__=='__main__':
welcome()