Jump to content

raw_input()


brooke_theperson

Recommended Posts

Ok, so I know python specifically isn't taught onw3schools, but maybe somebody knows a little about it. I am trying to use raw input instead of prompts, but it isnt working, can anyone tell me why this won't work?

 

$('#before').click(function(){            $(".body").empty();            hello = raw_input("Hello: ");        });

"Hello: " never shows up on the screen. Please help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...