django form input code example Example: input function in django m=input("Enter First Name:") n=input("Enter Second Name:") x=m+" "+n print(x)