Changes

Jump to: navigation, search

OPS245 Scripting Exercises dev

1 byte removed, 15: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>

Navigation menu