PYTHON 3

name= input ('waht is your name?\n')

print('hi,%s.' % name)

Comments

Popular posts from this blog

CALCULATOR