Hello,world! *** 2020-10-01 12345def welcome(): print ("Nice to meet you!") if __name__=='__main__': welcome()