How can i save a user input | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i save a user input

Which programming Language can be used to save User's inputs, written words etc

14th Sep 2020, 4:11 PM
Madubuike David
Madubuike David - avatar
2 Answers
+ 1
You can get user input in html input/trxtarea tag and can access it using js dom manupulation. Or only with js using prompt. you can also do it using python but I have no idea except input() method of python for this. wait for other answer to get python way.
14th Sep 2020, 4:59 PM
Divya Mohan
Divya Mohan - avatar
14th Sep 2020, 5:33 PM
Ore
Ore - avatar