Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
OPS245 Scripting Exercises dev
1 byte removed
,
14:20, 14 January 2023
→
Python user input
Prompt the user to input their name and store it in the variable name, using the input function:
<pre>
name = input("Please enter your name: ")
</pre>
Jason Michael Carman
715
edits